We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bcd4a commit b57fec8Copy full SHA for b57fec8
public_dropin_environments/python311/Dockerfile
@@ -46,7 +46,6 @@ RUN sh -c "python -m venv ${VIRTUAL_ENV} && \
46
. ${VIRTUAL_ENV}/bin/activate && \
47
python -m ensurepip --default-pip && \
48
python -m pip install --upgrade pip && \
49
- python -m pip install --no-cache-dir -r requirements.txt && \
50
find ${VIRTUAL_ENV} -type d -name '__pycache__' -exec rm -rf {} +"
51
52
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}
0 commit comments