Skip to content

Commit 34022be

Browse files
committed
Removed unnecessary option
1 parent 636b319 commit 34022be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etc/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ RUN make -j$(nproc) server
3333

3434
# Setup runtime container
3535
FROM ${BASE_RUN_CONTAINER} AS runtime
36-
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install libgomp1
3736
COPY --from=build --chmod=755 /app/build/whisper /usr/local/bin/whisper
3837

3938
# Expose

0 commit comments

Comments
 (0)