tianlong12
commited on
Commit
•
b7f314a
1
Parent(s):
e3bf8fd
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -3,7 +3,6 @@ FROM python:3.9
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
-
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
COPY ./main.py /code/main.py
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
COPY ./main.py /code/main.py
|