Skip to content

Commit a69c8ff

Browse files
committed
test: test workflow with python312
1 parent 2ae6add commit a69c8ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/Dockerfile

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

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/*
3+
# Install git and install veadk-python via git
4+
RUN 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)