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 65d95e5 commit 942bd07Copy full SHA for 942bd07
test/test_artifacts/v2/uv.test.Dockerfile
@@ -0,0 +1,9 @@
1
+ARG SAGEMAKER_DISTRIBUTION_IMAGE
2
+FROM $SAGEMAKER_DISTRIBUTION_IMAGE
3
+
4
+ARG MAMBA_DOCKERFILE_ACTIVATE=1
5
6
+RUN echo 'import requests; print(requests.get("https://astral.sh"))' > example.py
7
8
+RUN uv add --script example.py requests
9
+CMD uv run example.py
test/test_artifacts/v3/uv.test.Dockerfile
0 commit comments