Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 668 Bytes

CuCalc = CUDA + CoCalc Docker container

This is Docker container build on top of CoCalc image (https://github.com/sagemathinc/cocalc-docker) to add support of CUDA for GPU programming. My use is running it on my dedicated desktop computer with GPU and access from laptop anywhere.

Also added some useful packages missing from CoCalc Docker but present in the CoCalc.com, such as Anaconda.

Prerequisites:

To build image, type

sudo make build

To run container, type

sudo make run

To stop container, type

sudo make stop

To start again, type

sudo make start