Skip to content

Commit 2ae6add

Browse files
committed
test: test slim mirror only
1 parent a0f8aff commit 2ae6add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12-slim
22

33
# # 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/*
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/*

0 commit comments

Comments
 (0)