Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymathematics committed Dec 1, 2024
1 parent 65e9119 commit 5e428de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ FROM nvidia/cuda:12.0.0-runtime-ubuntu20.04
RUN apt-get update -y
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
RUN apt-get update && apt-get install -y sudo
# RUN adduser --disabled-password --gecos '' docker
# RUN adduser docker sudo
# RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
# USER docker
# WORKDIR /home/docker
RUN apt-get install -y python3 python3-distutils python3-pip ffmpeg libavcodec-extra vim git
RUN python3 -m pip install nvidia-pyindex nvidia-cuda-runtime-cu12
RUN apt-get update && apt-get install -y python3 python3-pip
RUN apt-get upgrade -y
RUN git clone https://github.com/simplymathematics/deckard.git
WORKDIR /deckard
# RUN git submodule update --init --recursive -j -1
RUN python3 -m pip install -e . --verbose

0 comments on commit 5e428de

Please sign in to comment.