mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
typo
This commit is contained in:
parent
55c2176099
commit
d811d71eec
@ -1,9 +1,9 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
ARG TARGETPLATFORM TARGETARCH
|
||||
ARG TARGETPLATFORM
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y curl ffmpeg
|
||||
RUN if [ $TARGEARCH = 'arm64' ]; then apt-get install --no-install-recommends -y build-essential ; fi
|
||||
RUN if [ $TARGEARCH = 'arm64' ]; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ; fi
|
||||
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then apt-get install --no-install-recommends -y build-essential ; fi
|
||||
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ; fi
|
||||
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user