run some examples under gvisor (#360)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# ---
|
||||
# output-directory: "/tmp/"
|
||||
# runtimes: ["runc", "gvisor`"]
|
||||
# ---
|
||||
# # Fetching stock prices in parallel
|
||||
#
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# ---
|
||||
# runtimes: ["runc", "gvisor"]
|
||||
# ---
|
||||
import asyncio
|
||||
import io
|
||||
import logging
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# ---
|
||||
# output-directory: "/tmp/stable-diffusion"
|
||||
# args: ["--prompt", "An 1600s oil painting of the New York City skyline"]
|
||||
# runtimes: ["runc", "gvisor"]
|
||||
# ---
|
||||
# # Stable Diffusion CLI
|
||||
#
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# ---
|
||||
# args: ["--just-run"]
|
||||
# runtimes: ["runc", "gvisor"]
|
||||
# ---
|
||||
# # Tensorflow tutorial
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user