UCSB-PSTAT / devcontainer-template

Development container template for generating reproducible research projects
https://computing.pstat.ucsb.edu/docs/devcontainer
1 stars 1 forks source link

Update template Dockerfile #13

Closed 392781 closed 4 months ago

392781 commented 5 months ago

Currently, not building on Alta. Andreas diagnosed the following:

1) Drop adding repo for SSLv1 support. Keeping using SSLv1 is unsafe, dumb and lazy (on the package developers part) 2). For USER jovyan, update PATH to include /opt/conda/bin 3). Alter R package includes for httpgd to use DEV branch

392781 commented 5 months ago

Note for myself:

The following command differs between jupyterlab and jupyter server:

jupyter labextension enable --py nbgitpuller # sys-prefix is default in lab
jupyter serverextension enable --py nbgitpuller --sys-prefix # must be specified
392781 commented 4 months ago

Completed with #14