Skip to content

Commit

Permalink
Update dockerfile.dev
Browse files Browse the repository at this point in the history
Updated build parameter changed from upstream
  • Loading branch information
Joly0 authored Feb 26, 2025
1 parent 517727e commit 651f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM python:3.11 AS developer
RUN git clone https://github.com/TNTwise/REAL-Video-Enhancer /tmp/REAL-Video-Enhancer
WORKDIR /tmp/REAL-Video-Enhancer
RUN pip install -r requirements.txt && \
python3 build.py --build_exe
python3 build.py --build cx_freeze
RUN mkdir /tmp/bin && \
mv /tmp/REAL-Video-Enhancer/bin/* /tmp/bin/

Expand Down

0 comments on commit 651f733

Please sign in to comment.