Skip to content

Commit

Permalink
fix microsoft speech selection
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Apr 3, 2024
1 parent 3a7a531 commit 42f8c3a
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 @@ -30,7 +30,7 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done \
&& rm -f cmake-${CMAKE_VERSION}-${CMAKE_ARCH}.sh \
&& cmake --version \
&& echo "copy azure speech sdk" \
&& ARCH=$(uname -m) && AZURE_ARCH=$(case "$ARCH" in x86_64) echo "x86" ;; arm64|aarch64) echo "arm64" ;; *) echo "Unsupported architecture: $ARCH" && exit 1 ;; esac) \
&& ARCH=$(uname -m) && AZURE_ARCH=$(case "$ARCH" in x86_64) echo "x64" ;; arm64|aarch64) echo "arm64" ;; *) echo "Unsupported architecture: $ARCH" && exit 1 ;; esac) \
&& export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib \
&& cd /tmp \
&& tar xvfz SpeechSDK-Linux-1.36.0.tar.gz \
Expand Down

0 comments on commit 42f8c3a

Please sign in to comment.