Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Feb 16, 2024
1 parent 3df09a5 commit d11351d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ RUN /nnunet_env/bin/pip install git+https://github.com/MIC-DKFZ/nnUNet.git@nnune

ENV nnUNet_raw_data_base="/tmp/nnUNet_raw_data_base"
ENV nnUNet_preprocessed="/tmp/nnUNet_preprocessed"
ENV CUDA_VISIBLE_DEVICES="0" # see https://docs.docker.com/config/containers/resource_constraints/#gpu for detailed explanation
# see https://docs.docker.com/config/containers/resource_constraints/#gpu for detailed explanation
ENV CUDA_VISIBLE_DEVICES="0"

COPY ./mlcubes/data_preparation/project /project

Expand Down

0 comments on commit d11351d

Please sign in to comment.