You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Currently there is no .dockerignore file. This presents a problem if a user installs their venv into the folder and later tries to use the Dev Container. It results in the container build trying to copy in the entirety of that virtual environment. In my case that copy was running for 10 minutes before I gave up and cancelled it.
A .dockerignore file should be added to cover venv, .venv, and similar folders.
The text was updated successfully, but these errors were encountered:
Currently there is no
.dockerignore
file. This presents a problem if a user installs theirvenv
into the folder and later tries to use the Dev Container. It results in the container build trying to copy in the entirety of that virtual environment. In my case that copy was running for 10 minutes before I gave up and cancelled it.A
.dockerignore
file should be added to covervenv
,.venv
, and similar folders.The text was updated successfully, but these errors were encountered: