We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b651f5 commit 4224088Copy full SHA for 4224088
Dockerfile
@@ -26,7 +26,7 @@ RUN git clone https://github.com/yakhyo/mobilenetv2-pytorch.git /usr/src/app/mod
26
WORKDIR /app/model
27
28
# Install Python dependencies from requirements.txt
29
-RUN pip3 install -r requirements.txt
+RUN pip install -r requirements.txt
30
31
# Set the working directory
32
WORKDIR /app
0 commit comments