Skip to content

Commit

Permalink
[#30] Remove the --no-cache flag from build Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
xserrat committed Jan 9, 2023
1 parent 95cc604 commit a776015
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 @@ -57,4 +57,4 @@ run-interactive: init build ## Run the docker container interactively to experim
.PHONY:
.SILENT:
build: ## Build the docker image which supports running demucs with CPU only or with Nvidia CUDA on a supported GPU
docker build --no-cache -t xserrat/facebook-demucs:latest .
docker build -t xserrat/facebook-demucs:latest .

0 comments on commit a776015

Please sign in to comment.