Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide a prepare-and-trust.sh script #1

Open
sodre opened this issue Dec 18, 2019 · 0 comments
Open

Please provide a prepare-and-trust.sh script #1

sodre opened this issue Dec 18, 2019 · 0 comments

Comments

@sodre
Copy link

sodre commented Dec 18, 2019

It would be nice if we did not have to call

# install all of the dependencies for the project
RUN /opt/conda/bin/conda run -n project anaconda-project prepare --directory /opt/project \
  && /opt/conda/bin/conda clean --all -y

# trust the notebook
RUN /opt/conda/bin/conda run -n project anaconda-project run \
  --directory /opt/project trust

in every docker image that we build. Instead consider:

RUN /opt/conda/bin/prepare-and-trust 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant