tantk commited on
Commit
2ae58cf
·
verified ·
1 Parent(s): 1afeca4

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ COPY requirements.txt .
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY app.py .
 
13
 
14
  # HF Inference Endpoints require port 80
15
  EXPOSE 80
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY app.py .
13
+ COPY voxtral_inference.py .
14
 
15
  # HF Inference Endpoints require port 80
16
  EXPOSE 80