Skip to content

Commit

Permalink
chore: Update Python Dockerfiles to include workspace directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 10, 2024
1 parent e11e8c0 commit 6e6ed18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Language/python/python3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY /Language/python/workspace /home/sealos/workspace
RUN apt-get update && \
apt-get install -y python3 python3-pip python3-venv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
python3 -m venv /home/sealos/workspace

RUN mkdir /root/.sealos

0 comments on commit 6e6ed18

Please sign in to comment.