Spaces:
Paused
Paused
Sunset Mikoto commited on
Commit ·
c194d29
1
Parent(s): 69151ca
Fix sudo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -40,5 +40,5 @@ ENV PASSWORD=huggingface
|
|
| 40 |
|
| 41 |
# Use our custom entrypoint script first
|
| 42 |
COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
|
| 43 |
-
RUN chmod +x /usr/bin/deploy-container-entrypoint.sh
|
| 44 |
ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]
|
|
|
|
| 40 |
|
| 41 |
# Use our custom entrypoint script first
|
| 42 |
COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
|
| 43 |
+
RUN sudo chmod +x /usr/bin/deploy-container-entrypoint.sh
|
| 44 |
ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]
|