Spaces:
Paused
Paused
Radek commited on
Commit ·
4449bb0
1
Parent(s): 622a9ae
sda
Browse files- Dockerfile +3 -2
- README.md +2 -1
Dockerfile
CHANGED
|
@@ -14,10 +14,11 @@ EXPOSE 80:8010
|
|
| 14 |
#EXPOSE 8010
|
| 15 |
#EXPOSE 7860:8010
|
| 16 |
#EXPOSE 8010:7860
|
|
|
|
| 17 |
|
| 18 |
-
ENTRYPOINT ["bash", "
|
| 19 |
|
| 20 |
-
CMD ["echo", "Hello World!"]
|
| 21 |
#RUN useradd -m -u 1000 languagetool
|
| 22 |
#
|
| 23 |
#RUN useradd -ms /bin/bash languagetool
|
|
|
|
| 14 |
#EXPOSE 8010
|
| 15 |
#EXPOSE 7860:8010
|
| 16 |
#EXPOSE 8010:7860
|
| 17 |
+
CMD ["echo", "Hello World!1"]
|
| 18 |
|
| 19 |
+
ENTRYPOINT ["bash", "start.sh"]
|
| 20 |
|
| 21 |
+
CMD ["echo", "Hello World!2"]
|
| 22 |
#RUN useradd -m -u 1000 languagetool
|
| 23 |
#
|
| 24 |
#RUN useradd -ms /bin/bash languagetool
|
README.md
CHANGED
|
@@ -4,8 +4,9 @@ emoji: 📉
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
-
pinned:
|
| 8 |
license: apache-2.0
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
+
app_port: 8010
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|