Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 9, 2024
1 parent 6b73cc0 commit 963fba2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ services:
# for example to install dependencies
- ./docker-compose/django/start:/start
# Load the ethicalads_ext code from the host, so we don't have to rebuild
- ${PWD}/${EA_EXT_PATH:-../ethicalads-model}:/model
- ${PWD}/${EA_EXT_PATH:-../ethicalads-ext}:/ethicalads-ext
env_file:
- ./.envs/local/django
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install -r /requirements/prod
# Its requirements are huge and include PyTorch and other ML tools.
# If not needed, make sure to set `ADSERVER_ANALYZER_BACKEND=` (empty string)
# in your environment file `./envs/local/django`.
RUN --mount=type=cache,target=/root/.cache/pip pip install -r /requirements/st.txt
RUN --mount=type=cache,target=/root/.cache/pip pip install -r /requirements/analyzer.txt

COPY ./docker-compose/django/start /start
RUN chmod +x /start
Expand Down

0 comments on commit 963fba2

Please sign in to comment.