savtadepth / run_dev_env.sh
Dean
Migrated to fastai2, creating the DataLoader now works but I'm stuck on not being able to change the batch_size or num_workers as the interface seems to have changed
eeb74de
raw history blame
No virus
227 Bytes
docker run -d \
-p 8080:8080 \
--name "dags-ml-workspace" -v "${PWD}:/workspace" \
--env AUTHENTICATE_VIA_JUPYTER="dagshub_savta" \
--shm-size 2G \
--restart always \
dagshub/ml-workspace-minimal:latest