Spaces:
Runtime error
Runtime error
Commit
·
40119ee
1
Parent(s):
6ab09fd
add python path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ FROM python:3.10
|
|
6 |
WORKDIR /code
|
7 |
|
8 |
ENV PIP_TARGET=/home/user/app/pip
|
9 |
-
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade pip
|
|
|
6 |
WORKDIR /code
|
7 |
|
8 |
ENV PIP_TARGET=/home/user/app/pip
|
9 |
+
ENV PYTHONPATH=${PYTHONPATH}:${PIP_TARGET}
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade pip
|