Skip to content

Commit

Permalink
[MINOR] Switch back to BASE (not CUDA) container by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdamme committed Jul 28, 2023
1 parent b707c3d commit fedc4cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containers/run-docker-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ echo "Add sudo to docker invocation if needed in your setup"

ARCH=X86-64
DOCKER_IMAGE=daphneeu/daphne-dev
#DOCKER_TAG=latest_${ARCH}_BASE
DOCKER_TAG=latest_${ARCH}_CUDA
DOCKER_TAG=latest_${ARCH}_BASE
#DOCKER_TAG=latest_${ARCH}_CUDA

#on some installations docker can only be run with sudo
USE_SUDO=
Expand All @@ -42,8 +42,8 @@ LD_LIBRARY_PATH=$CUDA_PATH/lib64:$DAPHNE_ROOT/lib:/usr/local/lib:$LD_LIBRARY_PAT
PATH=$CUDA_PATH/bin:$DAPHNE_ROOT/bin:$PATH

# uncomment the appropriate to pass GPU devices to the container (goes hand in hand with DOCKER_TAG)
#DEVICE_FLAGS=""
DEVICE_FLAGS="--gpus all"
DEVICE_FLAGS=""
#DEVICE_FLAGS="--gpus all"

# this might be needed if a debugging session is run in the container
DEBUG_FLAGS=""
Expand Down

0 comments on commit fedc4cf

Please sign in to comment.