Remove redundant mkdir command in Dockerfiles (#4175)

This commit is contained in:
Anand Mahesh
2023-08-05 18:29:46 +05:30
committed by GitHub
parent 4aa7969e15
commit 9899461eec
5 changed files with 0 additions and 5 deletions

View File

@ -20,7 +20,6 @@ RUN apt update \
RUN apt upgrade --no-install-recommends -y openssl tar
# Create working directory
RUN mkdir -p /usr/src/ultralytics
WORKDIR /usr/src/ultralytics
# Copy contents

View File

@ -15,7 +15,6 @@ RUN apt update \
# RUN alias python=python3
# Create working directory
RUN mkdir -p /usr/src/ultralytics
WORKDIR /usr/src/ultralytics
# Copy contents

View File

@ -15,7 +15,6 @@ RUN apt update \
# RUN alias python=python3
# Create working directory
RUN mkdir -p /usr/src/ultralytics
WORKDIR /usr/src/ultralytics
# Copy contents

View File

@ -15,7 +15,6 @@ RUN apt update \
# RUN alias python=python3
# Create working directory
RUN mkdir -p /usr/src/ultralytics
WORKDIR /usr/src/ultralytics
# Copy contents

View File

@ -15,7 +15,6 @@ RUN apt update \
# RUN alias python=python3
# Create working directory
RUN mkdir -p /usr/src/ultralytics
WORKDIR /usr/src/ultralytics
# Copy contents