add no caching to pip
This commit is contained in:
@@ -26,7 +26,7 @@ USER user
|
||||
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
|
||||
RUN pip install -U -r /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
||||
|
||||
ENV PYTHONPATH=/home/user:/home/user/codegen-app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user