Skip to content

Commit

Permalink
fix: fix file path docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 5, 2023
1 parent 91263d1 commit b38a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/presets/llama-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG LLAMA_VERSION
ARG SRC_DIR

# Copy Go download script into the Docker image
COPY ./download_script.go /workspace/download_script.go
COPY docker/presets/llama-2/download_script.go /workspace/download_script.go

# Use Go download script to fetch model weights
RUN go run /workspace/download_script.go $LLAMA_VERSION
Expand Down

0 comments on commit b38a01d

Please sign in to comment.