Spaces:
Sleeping
Sleeping
Fix path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ FROM ubuntu:$UBUNTU_VERSION as runtime
|
|
18 |
RUN apt-get update && \
|
19 |
apt-get install -y libcurl4-openssl-dev
|
20 |
|
21 |
-
COPY --from=build /
|
22 |
|
23 |
ENV LC_ALL=C.utf8
|
24 |
|
|
|
18 |
RUN apt-get update && \
|
19 |
apt-get install -y libcurl4-openssl-dev
|
20 |
|
21 |
+
COPY --from=build /llama.cpp/server /server
|
22 |
|
23 |
ENV LC_ALL=C.utf8
|
24 |
|