Skip to content

Commit

Permalink
docker_file_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Nov 21, 2024
1 parent 5f491f2 commit e3f8016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ RUN wget https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz && \
# Verify Python 3.12 installation
RUN python3.12 --version

# Print the working directory of Python 3.12
RUN python3.12 -c "import os; print(f'Python 3.12 working directory: {os.getcwd()}')"
RUN python3.12 -c "import sys; print(f'Python 3.12 path: {sys.path}')"

# Create a virtual environment with Python 3.12
RUN python3.12 -m venv /pillow-env && \
/pillow-env/bin/pip install --upgrade pip && \
Expand Down
Binary file modified output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3f8016

Please sign in to comment.