Skip to content

Commit 4224088

Browse files
fixed Dockerfile
1 parent 6b651f5 commit 4224088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git clone https://github.com/yakhyo/mobilenetv2-pytorch.git /usr/src/app/mod
2626
WORKDIR /app/model
2727

2828
# Install Python dependencies from requirements.txt
29-
RUN pip3 install -r requirements.txt
29+
RUN pip install -r requirements.txt
3030

3131
# Set the working directory
3232
WORKDIR /app

0 commit comments

Comments
 (0)