Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y git tree ffmpeg wget build-essential ni
|
|
9 |
|
10 |
# Fix shell and CUDA link (optional for some systems)
|
11 |
RUN rm /bin/sh && ln -s /bin/bash /bin/sh && ln -s /lib64/libcuda.so.1 /lib64/libcuda.so || true
|
12 |
-
|
13 |
# Copy files into image
|
14 |
COPY cosmos-predict1.yaml /cosmos-predict1.yaml
|
15 |
COPY requirements.txt /requirements.txt
|
|
|
9 |
|
10 |
# Fix shell and CUDA link (optional for some systems)
|
11 |
RUN rm /bin/sh && ln -s /bin/bash /bin/sh && ln -s /lib64/libcuda.so.1 /lib64/libcuda.so || true
|
|
|
12 |
# Copy files into image
|
13 |
COPY cosmos-predict1.yaml /cosmos-predict1.yaml
|
14 |
COPY requirements.txt /requirements.txt
|