Spaces:
Sleeping
Sleeping
ULMER Louis (T0240644)
commited on
Commit
·
975482b
1
Parent(s):
260934b
modifiying dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -2,10 +2,6 @@ FROM python:3.9
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
-
ENV HTTP_PROXY=http://10.31.255.65:8080
|
6 |
-
ENV HTTPS_PROXY=http://10.31.255.65:8080
|
7 |
-
|
8 |
-
|
9 |
COPY ./requirements.txt /code/requirements.txt
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
|
|
|
|
|
|
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|