Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -3,7 +3,6 @@ FROM python:3.10
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
COPY . /code/
|
6 |
-
RUN sudo apt install python3-tk
|
7 |
RUN pip install --upgrade pip
|
8 |
RUN pip install --no-cache-dir --require-hashes --no-deps -r /code/pre-requirements.txt
|
9 |
RUN pip install --no-cache-dir --no-deps -r /code/requirements.txt
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
COPY . /code/
|
|
|
6 |
RUN pip install --upgrade pip
|
7 |
RUN pip install --no-cache-dir --require-hashes --no-deps -r /code/pre-requirements.txt
|
8 |
RUN pip install --no-cache-dir --no-deps -r /code/requirements.txt
|