Skip to content

urracamuda/docker_jupyterlab_alex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker_jupyterlab

Docker image for ML projects with GPU access

Docker-compose project with Jupyterlab as a service

Check jupyterlab_gpu/Dockerfile to see all libraries installed.

Mos important ones:

  • scikit-learn
  • fastgpu
  • nbdev
  • pandas
  • transformers
  • tensorflow-addons
  • tensorflow
  • pymongo
  • emoji
  • python-dotenv
  • plotly
  • torch
  • torchvision
  • torchaudio

To keep same user and permissions between docker and host, you have to run:

echo -e "\nUID=$(id -u)\nGID=$(id -g)\nUSER=$(whoami)" >> .env

About

Fork of Alex jupyter with GPU config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%