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

docker installation procedures #2

Open
jjkoehorst opened this issue Sep 15, 2021 · 0 comments
Open

docker installation procedures #2

jjkoehorst opened this issue Sep 15, 2021 · 0 comments

Comments

@jjkoehorst
Copy link

I am trying to create a docker file with the program and its dependencies. However I am not 100% familiar with using the make environment. Also by using the pip environment I seem to be missing packages. Is there a build procedure available?

in progress:

FROM python:3.7-slim-buster

# Add full repo to docker image
ADD . mixs-source

# Change working directory
WORKDIR /mixs-source

# Install pipenv and install the Pipfile
RUN pip install pipenv && pipenv install
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