Skip to content

Commit

Permalink
change ggml-metal.metal into cmake-build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Mar 10, 2024
1 parent f130655 commit 6a7db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribute/docker/pure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest

WORKDIR /app

COPY ggml-metal.metal /app/
COPY cmake-build-release/ggml-metal.metal /app/
COPY cmake-build-release/simplest /app/
COPY cmake-build-release/whisper_http_server_base_httplib /app/
COPY cmake-build-release/whisper_server_base_on_uwebsockets /app/
Expand Down

0 comments on commit 6a7db01

Please sign in to comment.