OuroborosM commited on
Commit
5bcecde
·
1 Parent(s): 1ea45cf

change pip directory

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ FROM python:3.10
5
 
6
  WORKDIR /code
7
 
 
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
5
 
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 -r /code/requirements.txt