drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 147 forks source link

Remove ppa:jonathonf #330

Closed WGierke closed 4 years ago

WGierke commented 4 years ago

Installing Python 3.6 in the Docker base image throws an error at
RUN add-apt-repository ppa:jonathonf/python-3.6
since this repository has been removed. Fortunately, this Ubuntu version already has Python 3.6 installed so we can safely remove this step from the build file as can be seen here.