Wraps CUDA and julia in a devcontainer for fast setup and development
- open the devcontainer
- Go to localhost:8888
- Type in your token
Change the token in docker-compose.yml
environment: JUPYTER_TOKEN: "Test1234!"
to another value.
Set the GPU usage in docker-compose.yml
The src folder is mounted to the JupyterLab parent directory. This can be changed in docker-compose.yml
volumes: - ../src:/home/jovyan/projects
This essentially just wraps the awesome CUDA extended julia-jupyterlab in a devcontainer for fast and easy setup