We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a907 commit 89c6afbCopy full SHA for 89c6afb
1 file changed
examples/python-agent-driver/Justfile
@@ -30,6 +30,10 @@ run-5:
30
31
[unix]
32
rootfs:
33
+ docker build --target base -t local-python-base-dev:latest \
34
+ -f ../../runtimes/python.Dockerfile ../../runtimes/
35
+ docker build -t local-python-base:latest \
36
37
docker build --platform linux/amd64 --build-arg BASE=local-python-base:latest \
38
--target cpio -t {{image}}-cpio .
39
- docker rm -f {{image}}-tmp
0 commit comments