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

Dockerfile #108

Open
tornede opened this issue Apr 2, 2023 · 0 comments
Open

Dockerfile #108

tornede opened this issue Apr 2, 2023 · 0 comments

Comments

@tornede
Copy link
Owner

tornede commented Apr 2, 2023

One reviewer of the JOSS Paper provided a minimalistic Dockerfile which could be added to the repository.

cd
mkdir py_experimenter
cd py_experimenter
mkdir Docker
vim Docker/Dockerfile

Content added to Dockerfile:

FROM ubuntu:latest
RUN apt-get update && apt-get upgrade -y
RUN apt-get install python3-pip -y
RUN pip3 install py-experimenter
RUN pip3 install scikit-learn

WORKDIR /py_experimenter

Build and enter the container:

docker build Docker -t py_experimenter_docker
docker run -it -v ~/py_experimenter_test:/py_experimenter py_experimenter_docker
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