File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,3 @@ RUN set -eux; \
111111 ln -svT "$src" "/usr/local/bin/$dst"; \
112112 done
113113
114-
115- # We create the virtual environment in the home directory in the Dockerfile
116- # for performance improvement.
117- RUN python -m venv --system-site-packages ~/venv
Original file line number Diff line number Diff line change @@ -110,7 +110,3 @@ RUN set -eux; \
110110 ln -svT "$src" "/usr/local/bin/$dst"; \
111111 done
112112
113-
114- # We create the virtual environment in the home directory in the Dockerfile
115- # for performance improvement.
116- RUN python -m venv --system-site-packages ~/venv
Original file line number Diff line number Diff line change @@ -109,9 +109,3 @@ RUN set -eux; \
109109 [ ! -e "/usr/local/bin/$dst" ]; \
110110 ln -svT "$src" "/usr/local/bin/$dst"; \
111111 done
112-
113-
114-
115- # We create the virtual environment in the home directory in the Dockerfile
116- # for performance improvement.
117- RUN python -m venv --system-site-packages ~/venv
Original file line number Diff line number Diff line change @@ -109,8 +109,3 @@ RUN set -eux; \
109109 [ ! -e "/usr/local/bin/$dst" ]; \
110110 ln -svT "$src" "/usr/local/bin/$dst"; \
111111 done
112-
113-
114- # We create the virtual environment in the home directory in the Dockerfile
115- # for performance improvement.
116- RUN python -m venv --system-site-packages ~/venv
You can’t perform that action at this time.
0 commit comments