Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN pip install sentence_transformers
|
|
25 |
|
26 |
RUN pip3 install torch torchvision torchaudio
|
27 |
|
28 |
-
# Make port 80 available to the world outside this
|
29 |
EXPOSE 80
|
30 |
|
31 |
# Run the command to start your app using gunicorn
|
|
|
25 |
|
26 |
RUN pip3 install torch torchvision torchaudio
|
27 |
|
28 |
+
# Make port 80 available to the world outside this containe
|
29 |
EXPOSE 80
|
30 |
|
31 |
# Run the command to start your app using gunicorn
|