mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-28 22:53:49 +00:00
add requirements.txt
+ attempt to remove poetry from distribution
This commit is contained in:
committed by
Mungai Njoroge
parent
0af1ae1d8e
commit
ed6732e7fd
+6
-3
@@ -28,11 +28,14 @@ VOLUME /music
|
||||
|
||||
VOLUME /config
|
||||
|
||||
RUN pip install poetry
|
||||
# RUN pip install poetry
|
||||
RUN python -m venv /venv
|
||||
|
||||
RUN poetry config virtualenvs.create false
|
||||
# RUN poetry config virtualenvs.create false
|
||||
RUN . /venv/bin/activate
|
||||
|
||||
RUN poetry install
|
||||
# RUN poetry install
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt-get update && apt-get install -y ffmpeg libavcodec-extra
|
||||
|
||||
|
||||
Reference in New Issue
Block a user