Skip to content

Commit

Permalink
added apps_notification to nvdia.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrmanu10 committed Aug 2, 2024
1 parent 87b7de2 commit bd02305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker/.env.sample
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=ugbi
DB_NAME=ugbi
POSTGRES_DB=screenrpa
DB_NAME=screenrpa
DB_HOST=db
DB_PORT=5432
DB_USER=user
DB_PASSWORD=password
DJANGO_SETTINGS_MODULE=core.settings
METADATA_PATH=/ugbi/resources/metadata
METADATA_PATH=/screenrpa/resources/metadata
API_VERSION=api/v1/
GUI_COMPONENTS_DETECTION_CROPPING_THRESHOLD=2
GAZE_MINIMUM_TIME_STARING=10
Expand Down
2 changes: 1 addition & 1 deletion docker/nvidia.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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_decisiondiscovery apps_featureextraction apps_processdiscovery apps_reporting
RUN ./venv/bin/python manage.py makemigrations apps_analyzer apps_behaviourmonitoring apps_featureextraction apps_notification

# Internationalization
RUN apt-get install -y gettext
Expand Down

0 comments on commit bd02305

Please sign in to comment.