Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit f88f0dd

Browse files
author
Hamel Husain
authored
Merge pull request #110 from Maxscha/fix-docker-issue
Update docker-gpu Python ppa
2 parents e70e712 + 93b953c commit f88f0dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/docker-gpu.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM tensorflow/tensorflow:1.12.0-gpu-py3
22
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
33

44
RUN add-apt-repository -y ppa:git-core/ppa
5-
RUN add-apt-repository -y ppa:jonathonf/python-3.6
5+
RUN add-apt-repository -y ppa:deadsnakes/ppa
66

77
RUN apt-get update --fix-missing && apt-get install -y wget bzip2 ca-certificates \
88
byobu \
@@ -53,6 +53,7 @@ RUN pip --no-cache-dir install --upgrade \
5353
pandas==0.25.0 \
5454
parso==0.5.1 \
5555
pygments==2.4.2 \
56+
pyyaml==5.3 \
5657
requests==2.22.0 \
5758
scipy==1.3.1 \
5859
SetSimilaritySearch==0.1.7 \

0 commit comments

Comments
 (0)