Skip to content

Commit

Permalink
fix the vespa installation
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do committed Jan 10, 2025
1 parent a022acb commit 1ba5c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN if [ "${TARGETPLATFORM}" = "linux/arm64" ]; then \
COPY scripts scripts
RUN bash scripts/install_redis.sh && \
bash scripts/install_punkt_tokenizers.sh && \
bash scripts/install_ffmpeg.sh \
bash scripts/install_ffmpeg.sh

# Install ffmpeg based on the architecture
#RUN if [ "${TARGETPLATFORM}" = "linux/arm64" ]; then \
Expand Down

0 comments on commit 1ba5c1f

Please sign in to comment.