CuCalc icon indicating copy to clipboard operation
CuCalc copied to clipboard

CUDA + CoCalc Docker container

Results 6 CuCalc issues
Sort by recently updated
recently updated
newest added

With Jyptyer worksheet anaconda_kernel: ``` import theano from theano import tensor ``` I get the following error message: ``` RuntimeErrorTraceback (most recent call last) in () ----> 1 import theano...

Hi! I'm just wondering if there's any image of CoCalc with both CUDA **and** Kubernetes Cluster support. I'm aware of [cocalc-kubernetes](https://github.com/sagemathinc/cocalc-kubernetes) and [CuCalc](https://github.com/ktaletsk/CuCalc) projects, but unfortunately I couldn't find an...

I have installed cocalc image on google cloud. I have tried to add julia 1.4 kernel to jupyter but it failed. I have set .julia to be here : /usr/local/share/.julia....

What is the correct method to install additional conda packages, e.g. sympy, after build is complete and CuCalc is running? If I use `conda install sympy` in `docker exec -it...

question

I have to manually modify .bashrc to update PATH variable for new packages like CUDA and Conda. I could not identify the location of default .bashrc file in CoCalc. If...

help wanted

The following test for GPU functionality from the Theano tutorial: ``` import os os.environ["MKL_THREADING_LAYER"] = "GNU" os.environ["THEANO_FLAGS"] = "device=cuda,floatX=float32" from theano import function, config, shared, tensor import numpy import time...

bug