forked from yaso_meth/mih-project
pip change to pip3
This commit is contained in:
@@ -3,4 +3,4 @@ FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
Reference in New Issue
Block a user