jupyterhub / jupyter-remote-desktop-proxy

Run a Linux Desktop on a JupyterHub
BSD 3-Clause "New" or "Revised" License
105 stars 101 forks source link

Fix container build #70

Closed manics closed 7 months ago

manics commented 8 months ago

The Dockerfile currently fails to build as there's no jovyan group ($NB_GID corresponds to the users group).

Also switches to quay.io for the base image, and uses environment.yml to install as many dependencies as possible from conda-forge. We need it for websockify so might as well use it for everything.

github-actions[bot] commented 8 months ago

Binder :point_left: Launch a binder notebook on this branch for commit 0274d14d2a1a231f9437cb5ed5ad93a9cec85543

I will automatically update this comment whenever this PR is modified

Binder :point_left: Launch a binder notebook on this branch for commit eb2dcf4b38f7a6455e0f0a89616dd6d8a16fd923

Binder :point_left: Launch a binder notebook on this branch for commit 8e6a1a2a71104204ca5959685700af952601c7b5

manics commented 8 months ago

Last commit fixes the mybinder build which for some unknown reason may behave differently from {docker,podman} build .