Spaces:
Sleeping
Sleeping
朱东升
commited on
Commit
·
c657796
1
Parent(s):
d14aeda
——
Browse files- .gitattributes +1 -0
- Dockerfile +1 -7
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
.DS_Store
|
Dockerfile
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
FROM ghcr.io/nuprl/multipl-e-evaluation@sha256:11864ca95774df16c34b4cd1eac231f9e5466c7ea38dac98e5b5b053e18479de
|
2 |
-
|
3 |
-
WORKDIR /app
|
4 |
-
|
5 |
-
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
6 |
-
|
7 |
COPY . /app
|
8 |
-
|
9 |
EXPOSE 7860
|
10 |
-
|
11 |
CMD ["python", "app.py"]
|
|
|
1 |
FROM ghcr.io/nuprl/multipl-e-evaluation@sha256:11864ca95774df16c34b4cd1eac231f9e5466c7ea38dac98e5b5b053e18479de
|
|
|
|
|
|
|
|
|
|
|
2 |
COPY . /app
|
|
|
3 |
EXPOSE 7860
|
4 |
+
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
5 |
CMD ["python", "app.py"]
|