Skip to content
/ CuCalc Public
forked from ktaletsk/CuCalc

CUDA + CoCalc Docker container

Notifications You must be signed in to change notification settings

emilioj/CuCalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 CUDNN and Tensorflow required stuff.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 92.6%
  • Makefile 7.4%