Skip to content
Snippets Groups Projects
Commit 30a6a34a authored by Neha Pokharel's avatar Neha Pokharel
Browse files

change the command to fix pip issue

parent 48abd5c5
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ WORKDIR /app
COPY . .
# Install Python dependencies
RUN pip3 install -r requirements.txt
RUN pip3 install --break-system-packages -r requirements.txt #solve pip issue
#RUN pip3 install -r requirements.txt
# Keep the container running
CMD ["tail", "-f", "/dev/null"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment