microhum commited on
Commit
97545d4
·
1 Parent(s): d1d1d6a

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10-slim
2
 
3
  COPY ./pyproject.toml /code/pyproject.toml
4
- RUN pip install --no-cache-dir --upgrade .
5
 
6
  # Set home to the user's home directory
7
  RUN useradd -m -u 1000 user
 
1
  FROM python:3.10-slim
2
 
3
  COPY ./pyproject.toml /code/pyproject.toml
4
+ RUN pip install .
5
 
6
  # Set home to the user's home directory
7
  RUN useradd -m -u 1000 user