Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -48,4 +48,4 @@ COPY ./check_h100.py /check_h100.py
|
|
| 48 |
COPY ./entrypoint.sh /entrypoint.sh
|
| 49 |
RUN chmod +x /entrypoint.sh
|
| 50 |
|
| 51 |
-
ENTRYPOINT ["/entrypoint.sh"
|
|
|
|
| 48 |
COPY ./entrypoint.sh /entrypoint.sh
|
| 49 |
RUN chmod +x /entrypoint.sh
|
| 50 |
|
| 51 |
+
ENTRYPOINT ["/entrypoint.sh"]
|