savtadepth / run_dev_env.sh
Dean
Hopefully finished with the requirements debacle, now using conda but freezing requirements with pip as usual
f24654e
raw
history blame
No virus
224 Bytes
docker run -d \
-p 8080:8080 \
--name "ml-workspace" -v "${PWD}:/workspace" \
--env AUTHENTICATE_VIA_JUPYTER="dagshub_savta" \
--shm-size 2G \
--restart always \
mltooling/ml-workspace-minimal:latest