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 a0f8aff commit 2ae6addCopy full SHA for 2ae6add
.github/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12-slim
2
3
# # Install git and install veadk-python via git
4
-RUN apt-get update && apt-get install -y git && \
5
- pip3 install --no-cache-dir git+https://github.com/volcengine/veadk-python.git && \
6
- apt-get clean && rm -rf /var/lib/apt/lists/*
+# RUN apt-get update && apt-get install -y git && \
+# pip3 install --no-cache-dir git+https://github.com/volcengine/veadk-python.git && \
+# apt-get clean && rm -rf /var/lib/apt/lists/*
0 commit comments