run some examples under gvisor (#360)

This commit is contained in:
Jonathon Belotti
2023-07-14 10:30:20 -04:00
committed by GitHub
parent b820880f6e
commit adf9289c40
4 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# ---
# output-directory: "/tmp/"
# runtimes: ["runc", "gvisor`"]
# ---
# # Fetching stock prices in parallel
#

View File

@@ -1,3 +1,6 @@
# ---
# runtimes: ["runc", "gvisor"]
# ---
import asyncio
import io
import logging

View File

@@ -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
#

View File

@@ -1,5 +1,6 @@
# ---
# args: ["--just-run"]
# runtimes: ["runc", "gvisor"]
# ---
# # Tensorflow tutorial
#