We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
At docker/build.sh file, there are some dependencies that are already installed by other dependencies, and others that can be moved from pip to conda.
docker/build.sh
pip
conda
Building JupyterLab when an extension is installed can be deferred, improving container building time.
The text was updated successfully, but these errors were encountered:
Fix NVIDIA#19
ea3deb3
Merge pull request #2 from miguelangel/Fix-19
6ff7e31
Just merged!
Sorry, something went wrong.
Merge pull request #20 from miguelangel/Fix-19
e91cd30
Fix #19 - build.sh - Move pip dependencies to conda dependencies
miguelusque
No branches or pull requests
At
docker/build.sh
file, there are some dependencies that are already installed by other dependencies, and others that can be moved frompip
toconda
.Building JupyterLab when an extension is installed can be deferred, improving container building time.
The text was updated successfully, but these errors were encountered: