Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,7 +32,7 @@ WORKDIR /app
|
|
| 32 |
|
| 33 |
# Copy the executable from the build stage
|
| 34 |
COPY --from=build /build/llama.cpp/build/bin/server /app
|
| 35 |
-
COPY --from=build /data/model.gguf /data/model.gguf
|
| 36 |
|
| 37 |
WORKDIR /data
|
| 38 |
|
|
|
|
| 32 |
|
| 33 |
# Copy the executable from the build stage
|
| 34 |
COPY --from=build /build/llama.cpp/build/bin/server /app
|
| 35 |
+
#COPY --from=build /data/model.gguf /data/model.gguf
|
| 36 |
|
| 37 |
WORKDIR /data
|
| 38 |
|