Skip to content

docker installation procedures #2

Description

@jjkoehorst

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions