Skip to content

Commit

Permalink
remove modelizer install
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Baji committed Jul 9, 2024
1 parent b9787dd commit 7a7885c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ FROM python:${PY_VER}
WORKDIR /main
COPY ./requirements.txt ./setup.py ./README.md /main/
COPY ./discordai /main/discordai
COPY ./discordAI-modelizer /main/discordAI-modelizer
RUN pip3 install --upgrade pip
RUN pip3 install --no-cache-dir .
RUN pip3 install --no-cache-dir ./discordAI-modelizer -U && rm -R /main/*
RUN pip3 install --no-cache-dir . && rm -R /main/*

0 comments on commit 7a7885c

Please sign in to comment.