coiled / examples

Examples using Dask and Coiled
14 stars 3 forks source link

Make starting directory less scary #29

Closed jrbourbeau closed 10 months ago

jrbourbeau commented 10 months ago

The working directory for our gpu image has a bunch of stuff in it

image

This PR changes the working directory to /home which is empty. Locally I see the following when the changes in this PR:

(base) ➜  examples git:(main) ✗ docker run -it 035054310277f0e02dc6ad3b3e5efdcd3db29f7a3d5ef1b2d2955b6a88a3e584 bash
(base) root@e305277cb861:/home# ls -ltra
total 8
drwxr-xr-x 1 root root 4096 Aug 29 15:18 .
drwxr-xr-x 1 root root 4096 Aug 29 15:21 ..
jrbourbeau commented 10 months ago

I'm going to merge this PR in as I think it's (hopefully) uncontroversial and have another PR I want to push up that builds on this one. I'm happy to push follow-up PRs if folks have feedback here