Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -5,9 +5,7 @@ FROM python:3.9
|
|
5 |
|
6 |
WORKDIR /code
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
ENV PATH /root/.local/bin:${PATH}
|
11 |
|
12 |
COPY ./requirements.txt /code/requirements.txt
|
13 |
|
|
|
5 |
|
6 |
WORKDIR /code
|
7 |
|
8 |
+
ENV PATH /usr/local/bin/:${PATH}
|
|
|
|
|
9 |
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|