Clean up legacy and debugging code

This commit is contained in:
2022-11-22 07:20:27 +00:00
parent 6f3db61532
commit 1c34aa4a01
7 changed files with 3 additions and 58 deletions

View File

@@ -16,9 +16,6 @@ COPY requirements.txt /code/
COPY discord-patched.tgz /code/
RUN python -m venv /venv
RUN ls
RUN ls /venv
RUN . /venv/bin/activate && ls
RUN . /venv/bin/activate && pip install -r requirements.txt
# && python -m spacy download en_core_web_sm