Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removing the specific version on docker.
  • Loading branch information
TontonTremblay authored Jul 24, 2021
1 parent 54bd3d6 commit 52795d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get -qq update && apt-get -qq -y install curl bzip2 \

ENV PATH /opt/conda/bin:$PATH

RUN pip install nvisii==1.0.70
RUN pip install nvisii

COPY nvidia/* /usr/lib/x86_64-linux-gnu/

Expand Down

0 comments on commit 52795d8

Please sign in to comment.