Spaces:
Running
Running
Amlan-109
commited on
Commit
·
8beda0c
1
Parent(s):
df4549c
fix: set execution permissions for entrypoint in Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -360,6 +360,7 @@ ENV NVIDIA_VISIBLE_DEVICES=all
|
|
| 360 |
WORKDIR /
|
| 361 |
|
| 362 |
COPY ./entrypoint.sh .
|
|
|
|
| 363 |
|
| 364 |
# Copy the binary
|
| 365 |
COPY --from=builder /build/local-ai ./
|
|
|
|
| 360 |
WORKDIR /
|
| 361 |
|
| 362 |
COPY ./entrypoint.sh .
|
| 363 |
+
RUN chmod +x /entrypoint.sh
|
| 364 |
|
| 365 |
# Copy the binary
|
| 366 |
COPY --from=builder /build/local-ai ./
|