tantk commited on
Commit
69c6400
·
verified ·
1 Parent(s): 921541e

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM pytorch/pytorch:2.4.0-cuda12.4-cudnn9-runtime
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
- ffmpeg libsndfile1 git \
5
  && rm -rf /var/lib/apt/lists/*
6
 
7
  WORKDIR /app
 
1
  FROM pytorch/pytorch:2.4.0-cuda12.4-cudnn9-runtime
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
+ ffmpeg libsndfile1 \
5
  && rm -rf /var/lib/apt/lists/*
6
 
7
  WORKDIR /app