Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymathematics committed Oct 15, 2023
1 parent 347fcd6 commit 3b41dce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN apt-get install -y python3 python3-distutils python3-pip ffmpeg libavcodec-e
RUN python3 -m pip install nvidia-pyindex nvidia-cuda-runtime-cu11
RUN git clone https://github.com/simplymathematics/deckard.git
WORKDIR /deckard
RUN python3 -m pip install --editable .[pytorch_image]
RUN python3 -m pip install --editable .[torchvision,torch,tensorflow]
RUN python3 -m pip install pytest
RUN git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox.git
RUN cd adversarial-robustness-toolbox && python3 -m pip install .
RUN apt install python-is-python3
RUN pytest test

0 comments on commit 3b41dce

Please sign in to comment.