Spaces:
Running
on
A10G
Running
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ RUN pip install -r requirements.txt \
|
|
46 |
|
47 |
|
48 |
# Add entrypoint script
|
49 |
-
RUN chmod
|
50 |
RUN ls -l ./
|
51 |
|
52 |
EXPOSE 7860
|
|
|
46 |
|
47 |
|
48 |
# Add entrypoint script
|
49 |
+
RUN chmod 777 ./entrypoint.sh
|
50 |
RUN ls -l ./
|
51 |
|
52 |
EXPOSE 7860
|