Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
crapthings committed Nov 26, 2023
1 parent 963f975 commit c13482a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -9,8 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
WORKDIR /workspace

COPY scripts ./scripts
COPY cache.py .
COPY runpod_app.py .
COPY *.py .

RUN apt-get update && apt-get install git ffmpeg libsm6 libxext6 -y
RUN chmod +x ./scripts/install.sh
Expand Down

0 comments on commit c13482a

Please sign in to comment.