Skip to content

Commit

Permalink
Updated Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinidemello committed Apr 2, 2023
1 parent 50df1e3 commit 863a260
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ RUN apt-get update && apt-get install -y \
libswresample-dev \
less \
groff \
mpich \
nvidia-cuda-dev
mpich

RUN apt-get clean && rm -rf /var/lib/apt/lists/*

Expand All @@ -72,6 +71,9 @@ RUN ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime
# Set CUDA_ROOT
RUN export CUDA_HOME="/usr/local/cuda"

# Install pytorch
#RUN conda install pytorch torchvision cudatoolkit=11.1 -c pytorch -c conda-forge -y

# Install zsh
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.1/zsh-in-docker.sh)" -t robbyrussell -p git

Expand Down

0 comments on commit 863a260

Please sign in to comment.