Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Oct 23, 2020
1 parent fec21b4 commit 10571ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN apt-get update && \
&& rm -rf /var/lib/apt/lists/*

# pip dependencies for pytorch-ssd
RUN pip3 install --verbose boto3 pandas
RUN pip3 install --verbose --upgrade Cython && \
pip3 install --verbose boto3 pandas

# alias python3 -> python
RUN rm /usr/bin/python && \
Expand Down

0 comments on commit 10571ff

Please sign in to comment.