You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
I am using Prem Gateway with daemon and app together locally, I notice that when trying to proxy the service it does not use the right published docker port, as I get Gateway Timeout when visiting http://localhost/all-minilm-l6-v2/docs for example
How to replicate
With the latest main branch of prem-app do the following
Pull latest images
docker-compose -f docker-compose.gateway.yml pull
Run the services, building premapp
docker-compose -f docker-compose.gateway.yml up -d --build
Then visit http://localhost with the browser and starts All MiniLM L6 v2 service via UI
INFO: Started server process [8]
INFO: Waiting for application startup.
2023-11-07 17:45:42 INFO Load pretrained SentenceTransformer: all-MiniLM-L6-v2
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
The text was updated successfully, but these errors were encountered:
I am using Prem Gateway with daemon and app together locally, I notice that when trying to proxy the service it does not use the right published docker port, as I get
Gateway Timeout
when visitinghttp://localhost/all-minilm-l6-v2/docs
for exampleHow to replicate
With the latest main branch of prem-app do the following
Then visit http://localhost with the browser and starts
All MiniLM L6 v2
service via UILogs
8444
INFO: Started server process [8] INFO: Waiting for application startup. 2023-11-07 17:45:42 INFO Load pretrained SentenceTransformer: all-MiniLM-L6-v2 INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
The text was updated successfully, but these errors were encountered: