Upload Dockerfile with huggingface_hub
Browse files- 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
|