mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
Remove redundant mkdir
command in Dockerfiles (#4175)
This commit is contained in:
parent
4aa7969e15
commit
9899461eec
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user