Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Sep 8, 2024
1 parent f2babf4 commit f062eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-learning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN mkdir /opt/armnn && \

FROM builder-${DEVICE} AS builder

ARG DEVICE, TARGETARCH
ARG DEVICE TARGETARCH
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=true \
Expand Down

0 comments on commit f062eba

Please sign in to comment.