Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ WORKDIR /code
|
|
17 |
RUN chmod 777 .
|
18 |
|
19 |
COPY ./requirements.txt /code/requirements.txt
|
20 |
-
RUN pip install --upgrade pip
|
21 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
22 |
|
23 |
RUN useradd -m -u 1000 user
|
|
|
17 |
RUN chmod 777 .
|
18 |
|
19 |
COPY ./requirements.txt /code/requirements.txt
|
20 |
+
#RUN pip install --upgrade pip
|
21 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
22 |
|
23 |
RUN useradd -m -u 1000 user
|