Skip to content

Commit

Permalink
Update Dockerfile, fix gpg key error
Browse files Browse the repository at this point in the history
This makes the gpg key work, I don't know why. See here: https://github.com/NVIDIA/nvidia-docker/issues/1632#issuecomment-1112667716
  • Loading branch information
rossGardiner committed Jun 23, 2023
1 parent cd2de7f commit 8052412
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
@@ -1,5 +1,7 @@
FROM tensorflow/tensorflow:1.15.2-gpu-py3-jupyter

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list
LABEL maintainer="Luke Berndt <lberndt@iqt.org>"

RUN apt-get update && apt-get install -y \
Expand All @@ -10,4 +12,4 @@ RUN git clone https://github.com/tensorflow/models.git

RUN pip install contextlib2 Pillow tf_slim tensorflowjs

ENV PYTHONPATH "${PYTHONPATH}:/tf/models/research/slim"
ENV PYTHONPATH "${PYTHONPATH}:/tf/models/research/slim"

0 comments on commit 8052412

Please sign in to comment.