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 2ae6add commit a69c8ffCopy full SHA for a69c8ff
.github/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM python:3.12-slim
+FROM python:3.12
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/*
+# Install git and install veadk-python via git
+RUN 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