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 f8e8bfe commit 50df1e3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN apt-get update && apt-get install -y \
libswresample-dev \
less \
groff \
mpich
mpich \
nvidia-cuda-dev

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

Expand All @@ -68,20 +69,9 @@ RUN curl https://rclone.org/install.sh | bash
# Set timezone
RUN ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime

# Get Conda-ified Python.
# RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh && \
# wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
# sh ~/miniconda.sh -b -p /opt/conda && \
# rm ~/miniconda.sh

# ENV PATH /opt/conda/bin:$PATH

# 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 50df1e3

Please sign in to comment.