-
Notifications
You must be signed in to change notification settings - Fork 6
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
Master Dockerfile #32
Comments
From Slack
This attempt failed as tested in #31. This solution worked to build the docker image but the bash script in the docker file caused docker to rebuild everything every time my binder was launched. |
So the best way to control the nature of the Docker file is to move away from the |
Note: Moving away from the current base image may affect how the Docker builds on mybinder. |
I just finished making a Dokerfile for STIPS and realized most of it very similar to the Dockerfile being hosted in the wfirst-tools repo. This is because there are now 3 Dockerfiles that install the same thing but prepared with different reasons:
FROM jupyter/scipy-notebook:db3ee82ad08a
FROM continuumio/miniconda3
FROM ubuntu:16.04 (a lot of extra server packages need to be installed)
I would be easy to maintain if we can have a master docker that installs Pandeia and WebbPSF. the other Dockerfiles can then extend this file when building STIPS and STIPS server.
The text was updated successfully, but these errors were encountered: