diff --git a/docker/Dockerfile b/docker/Dockerfile index cd5dd99..6f3ce35 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,6 +16,9 @@ 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