Skip to content

Commit

Permalink
Update nvidia.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kiinami authored Aug 19, 2024
1 parent b76f96b commit 0bd2e5e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker/nvidia.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,3 @@ RUN apt install libcudnn8 libcudnn8-dev -y

# Install graphviz
RUN apt-get update && apt-get install -y graphviz graphviz-dev

# Install latex dependencies for pandoc
# Make django migrations
COPY ./docker/.env ./core/.env
RUN ./venv/bin/python manage.py makemigrations apps_analyzer apps_behaviourmonitoring apps_featureextraction apps_notification

# Internationalization
RUN apt-get install -y gettext
RUN ./venv/bin/python manage.py compilemessages
RUN ./venv/bin/python manage.py collectstatic --noinput

0 comments on commit 0bd2e5e

Please sign in to comment.