You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. This builds the container image with the current working directory as the build context. The `Dockerfile` inside that directory is implicitly used as a recipe. If it is named differently use the `-f path/to/Dockerfile` option.
108
-
2. The newly built container image is imported and stored under $SCRATCH/ce-images.
108
+
2. The newly built container image is imported and stored under `$SCRATCH/ce-images`.
109
109
110
110
where you should replace `<ACCOUNT>` with your project account ID.
111
111
At this point, you can exit the Slurm allocation by typing `exit`.
0 commit comments