Skip to content

Commit

Permalink
Disable docker cache (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yushkovskiy authored Aug 11, 2020
1 parent ad7789e commit 0e959e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TEST_STORAGE ?= storage:.neuro-base-environment
image_build:
# git clone https://github.com/ufoym/deepo.git
# python3 deepo/generator/generate.py --cuda-ver=10.0 --cudnn-ver=cudnn7-devel --ubuntu-ver=ubuntu18.04 targets/$(DOCKERFILE_VERSION)/Dockerfile tensorflow pytorch jupyter jupyterlab python==3.6
docker build -t $(IMAGE_NAME):built --cache-from ubuntu -f targets/$(DOCKERFILE_VERSION)/Dockerfile .
docker build -t $(IMAGE_NAME):built -f targets/$(DOCKERFILE_VERSION)/Dockerfile .

.PHONY: image_diff
image_diff:
Expand Down

0 comments on commit 0e959e8

Please sign in to comment.