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

One Docker to rule them all? #1

Open
marin123 opened this issue Jul 10, 2020 · 0 comments
Open

One Docker to rule them all? #1

marin123 opened this issue Jul 10, 2020 · 0 comments

Comments

@marin123
Copy link

Maybe an option would be to have one Docker image which you can use to run both examples

FROM ubuntu:18.04
# update apt-get and install Python (version 3.X) and Pip for Python3
RUN apt-get update
RUN apt-get -y install python3
RUN apt-get -y install python3-pip
RUN mkdir -p /home/di_user/bin_lik_beta_prior/
# set the working directory (target-directory for copying-operations)
WORKDIR /home/di_user/bin_lik_beta_prior
# copy everything
COPY . .
# install the required Python-libraries
RUN pip3 install -r requirements.txt

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