diff --git a/gssnotebook/Dockerfile b/gssnotebook/Dockerfile index df8260a..293c20b 100644 --- a/gssnotebook/Dockerfile +++ b/gssnotebook/Dockerfile @@ -1,4 +1,4 @@ -FROM cloudfluff/databaker +FROM gsscogs/databaker RUN pip3 install --no-cache-dir \ jupyterhub==1.0.0 \ @@ -8,4 +8,4 @@ WORKDIR $HOME USER gssuser -CMD ["jupyterhub-singleuser"] \ No newline at end of file +CMD ["jupyterhub-singleuser"]