run("mkdir -p /var/log/hub && cd /cocalc/src/packages/hub && npm run hub-docker-prod > /var/log/hub/out 2>/var/log/hub/err &") def postgres_perms(): log("postgres_perms: ensuring postgres directory perms are sufficiently restrictive" ) run("mkdir -p /projects/postgres && chown ...
GitHub: https://github.com/sagemathinc/cocalc-docker Docs: https://doc.cocalc.com/docker-image.html Quickstart Quickstart on a Mac or Linux server with Docker installed Make sure you have at least 25GB disk space free and Docker installed on your computer. Run something like this, depending ...
URL: https://sagemathinc/cocalc-dockerViews: 714Error loading file There was a problem loading this file in github/sagemathinc/cocalc-docker.Error: Not Found (see https://docs.github.com/rest/repos/contents#get-repository-content) Product Store Features Licenses Pricing On Premises System Activity...
In order to escape from the Docker container and become root on the actual compute server, we need to create an SSH key inside of the CoCalc project andadd it to the list of project keys. Create a Compute Server The most important parameter is the disk size; 150GB should be sufficient ...
It takes at least10 minutesto pull and decompress thesagemathinc/cocalcDocker image. If this fails, you probably forgot to increase the size of the boot disk from 10GB to 20GB (or more), in which case you should delete everything and start over. ...
Anaconda, Julia,PyTorch, Tensorflow andOpen WebUI, accommodating a versatile range of uses. The pre-configured software environments make it very easy to make use of them, right out of the box. You can also run any command asroot, install anything you want, and use Docker and Kubernetes. ...
Anaconda, Julia,PyTorch, Tensorflow andOpen WebUI, accommodating a versatile range of uses. The pre-configured software environments make it very easy to make use of them, right out of the box. You can also run any command asroot, install anything you want, and use Docker and Kubernetes. ...
Also added some useful packages missing from CoCalc Docker but present in the CoCalc.com, such as Anaconda. Prerequisites: Docker nvidia-docker (https://github.com/NVIDIA/nvidia-docker). To build image, type sudo make build To run container, type ...
The check here is not sufficiently robust: https://github.com/sagemathinc/cocalc-compute-docker/blob/main/src/cloud-filesystem/scripts/cloud_filesystem.py#L839 I saw an example of a cloud filesystem where we had only this: /buckets/storage-bucket-25/juicefs$ ls ...