Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -25,6 +25,8 @@ WORKDIR /workspace
|
|
| 25 |
# Expose Hugging Face port
|
| 26 |
EXPOSE 7860
|
| 27 |
|
|
|
|
|
|
|
| 28 |
# Start VS Code server
|
| 29 |
# If PASSWORD isn't set, print error and exit (so you notice)
|
| 30 |
CMD bash -c ' \
|
|
|
|
| 25 |
# Expose Hugging Face port
|
| 26 |
EXPOSE 7860
|
| 27 |
|
| 28 |
+
09098
|
| 29 |
+
|
| 30 |
# Start VS Code server
|
| 31 |
# If PASSWORD isn't set, print error and exit (so you notice)
|
| 32 |
CMD bash -c ' \
|