Skip to content

Commit 03ead18

Browse files
authored
Fix circle build (pytorch#438)
I was told this line added to our config should fix the problem.
1 parent 88577d7 commit 03ead18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
2929
linux-image-generic \
3030
moreutils \
3131
nvidia-docker2 \
32-
expect-dev
32+
expect-dev \
33+
docker-ce=18.06.2~ce~3-0~ubuntu
3334
3435
sudo pkill -SIGHUP dockerd
3536

0 commit comments

Comments
 (0)