Skip to content

Commit b57fec8

Browse files
committed
break python env
1 parent c6bcd4a commit b57fec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public_dropin_environments/python311/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN sh -c "python -m venv ${VIRTUAL_ENV} && \
4646
. ${VIRTUAL_ENV}/bin/activate && \
4747
python -m ensurepip --default-pip && \
4848
python -m pip install --upgrade pip && \
49-
python -m pip install --no-cache-dir -r requirements.txt && \
5049
find ${VIRTUAL_ENV} -type d -name '__pycache__' -exec rm -rf {} +"
5150

5251
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}

0 commit comments

Comments
 (0)