ktaletsk / CuCalc

CUDA + CoCalc Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CUDA + CoCalc Docker container


Languages

Language:Dockerfile 93.1%Language:Makefile 6.9%