Remove redundant mkdir command in Dockerfiles (#4175)

This commit is contained in:
Anand Mahesh
2023-08-05 14:59:46 +02:00
committed by GitHub
parent 4aa7969e15
commit 9899461eec
5 changed files with 0 additions and 5 deletions
-1
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
-1
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
-1
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
-1
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
-1
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