Skip to content

Commit d7c6094

Browse files
committed
fix(circleci): do not let the docker daemon to create bound folders
1 parent 7890f64 commit d7c6094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ jobs:
358358
name: Run full diffusion workflow on ds001771
359359
no_output_timeout: 2h
360360
command: |
361+
mkdir -p /tmp/ds001771/work /tmp/ds001771/derivatives
361362
docker run -e FS_LICENSE=$FS_LICENSE --rm \
362363
-v /tmp/data/ds001771:/data \
363364
-v /tmp/ds001771/derivatives:/out \

0 commit comments

Comments
 (0)