mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-12 12:09:33 +03:00
Updated Dockerfile_base
-Added libsndfile1-dev to apt-get command on line 9 -Added ./setup.py copy as line 14
This commit is contained in:
parent
8166ec4c68
commit
20ca6e2749
@ -6,11 +6,12 @@ SHELL ["/bin/bash", "-c"]
|
||||
WORKDIR /install
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y wget curl git build-essential zip unzip nano openssh-server libgl1 && \
|
||||
apt-get install -y wget curl git build-essential zip unzip nano openssh-server libgl1 libsndfile1-dev && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./requirements.txt /install/
|
||||
COPY ./setup.py /install/
|
||||
|
||||
RUN /opt/conda/bin/python -m pip install -r /install/requirements.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user