KoKoDanio commited on
Commit
865e49b
·
1 Parent(s): a243de7

fix depend 2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use a base image with Python
2
- RUN python3 -m pip install --upgrade pip
3
 
4
  # Install git and other build tools
5
  # The specific command depends on the base image's package manager.
 
1
  # Use a base image with Python
2
+ FROM python:3.10-slim
3
 
4
  # Install git and other build tools
5
  # The specific command depends on the base image's package manager.