diff --git a/Dockerfile.cuda b/Dockerfile.cuda index c968ae9f48..0e470a4744 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -54,8 +54,6 @@ RUN pip3 install nvidia-pyindex \ done \ && ldconfig # gputil/nvidia-smi would be nice, too – but that drags in Python as a conda dependency... -RUN ldconfig - WORKDIR /data diff --git a/Makefile b/Makefile index 7a66526d1e..f6537b69e6 100644 --- a/Makefile +++ b/Makefile @@ -32,13 +32,13 @@ help: @echo " docs-clean Clean docs" @echo " docs-coverage Calculate docstring coverage" @echo " docker Build docker image" - @echo " docker-cuda Build docker GPU / CUDA image" + @echo " docker-cuda Build docker image for GPU / CUDA" @echo " pypi Build wheels and source dist and twine upload them" @echo "" @echo " Variables" @echo "" - @echo " DOCKER_TAG Docker tag. Default: '$(DOCKER_TAG)'." - @echo " DOCKER_BASE_IMAGE Docker base image. Default: '$(DOCKER_BASE_IMAGE)'." + @echo " DOCKER_TAG Docker target image tag. Default: '$(DOCKER_TAG)'." + @echo " DOCKER_BASE_IMAGE Docker source image tag. Default: '$(DOCKER_BASE_IMAGE)'." @echo " DOCKER_ARGS Additional arguments to docker build. Default: '$(DOCKER_ARGS)'" @echo " PIP_INSTALL pip install command. Default: $(PIP_INSTALL)"