Skip to content

Commit

Permalink
Use latest subliminal version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerouineauNicolas committed May 21, 2024
1 parent 25ff1a3 commit 44a459f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#See Dockerfile.baseimage to see how the baseimage is build.
FROM webmultimedia/http-streaming-server-baseimage:1.0.3
FROM webmultimedia/http-streaming-server-baseimage:1.0.4

ENV PYTHONUNBUFFERED 1

Expand Down
6 changes: 5 additions & 1 deletion backend/Dockerfile.baseimage
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ RUN update-rc.d transmission-daemon defaults


ADD ./backend/requirements.txt /srv/requirements.txt
RUN pip3 install -r /srv/requirements.txt
RUN pip3 install -r /srv/requirements.txt

RUN apt-get install git

RUN pip3 install git+https://github.com/Diaoul/subliminal.git@develop
2 changes: 1 addition & 1 deletion backend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN npm run build
#Build the backend

#See Dockerfile.baseimage to see how the baseimage is build.
FROM webmultimedia/http-streaming-server-baseimage:1.0.3
FROM webmultimedia/http-streaming-server-baseimage:1.0.4


ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ django-debug-toolbar==4.1.0
psycopg2-binary>=2.8,<2.9
dj-database-url==0.4.1
ipython==5.3.0
subliminal==2.1.0
#subliminal==2.1.0
gunicorn==19.9.0
clint==0.5.1
django-cors-headers==4.0.0
Expand Down

0 comments on commit 44a459f

Please sign in to comment.