You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
It seems that when building an image from a custom Dockerfile, binder goes through some notebook-related directives before getting to mine. In particular, these are set when my Dockerfile starts running:
WORKDIR /home/main/notebooks
USER main
Obviously this will break most Dockerfiles. Please reset these if they are supposed to be temporary (at least the USER one?)
The text was updated successfully, but these errors were encountered:
It seems that when building an image from a custom Dockerfile, binder goes through some notebook-related directives before getting to mine. In particular, these are set when my Dockerfile starts running:
Obviously this will break most Dockerfiles. Please reset these if they are supposed to be temporary (at least the
USER
one?)The text was updated successfully, but these errors were encountered: