sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

Dockerfile install.py doesn't match current cocalc repository #120

Closed paqui003 closed 3 years ago

paqui003 commented 3 years ago

Good day,

I was trying to build an updated Docker image by using cloning this repo and using

docker build -t cocalc .

In the Dockerfile a git clone from your cocalc repository is executed first and after that, you run install.py. However install.py is no longer stored in cocalc/src (master branch). There seems to be a missmatch between the Dockerfile commands and your cocalc repository.

Do we still need to executed install.py?

Thank you very much for your help in advance.

williamstein commented 3 years ago

It's not possible to build/use cocalc-docker from source using the latest master right now. If you need to do so, you'll have to use a commit from about 2 weeks ago, both for cocalc-docker and cocalc, or wait a week or so.

paqui003 commented 3 years ago

Thank you for your reply.