Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnoble committed May 23, 2024
2 parents 5008135 + 30a8d68 commit 1c16e4f
Show file tree
Hide file tree
Showing 375 changed files with 288,047 additions and 80,165 deletions.
3 changes: 1 addition & 2 deletions build/web_compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ COPY import/. /workspace/import/
COPY tools/nl/embeddings/. /workspace/tools/nl/embeddings/

# Download model and embeddings
WORKDIR /workspace/tools/nl/embeddings
RUN python build_custom_dc_embeddings.py --mode=download
RUN python -m tools.nl.embeddings.build_custom_dc_embeddings --mode=download

WORKDIR /workspace

Expand Down
4 changes: 2 additions & 2 deletions build/web_compose/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ http {

location / {
proxy_pass http://0.0.0.0:7070;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_read_timeout 3600;
}

Expand All @@ -16,7 +16,7 @@ http {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_read_timeout 3600;
}
error_log /dev/stderr;
Expand Down
Loading

0 comments on commit 1c16e4f

Please sign in to comment.