Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
spacy-server
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
spacy-server
Commits
c72f5d97
Commit
c72f5d97
authored
Mar 18, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] ports
parent
c108e476
Pipeline
#5785
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+1
-1
docker-compose.yaml
docker-compose.yaml
+2
-2
No files found.
Dockerfile
View file @
c72f5d97
...
...
@@ -38,4 +38,4 @@ WORKDIR /code
COPY
src/main.py .
ENV
SPACY_MODEL=${MODEL}
CMD
uvicorn main:app --host 0.0.0.0 --port 800
0
CMD
uvicorn main:app --host 0.0.0.0 --port 800
1
docker-compose.yaml
View file @
c72f5d97
...
...
@@ -5,7 +5,7 @@ services:
args
:
MODEL
:
en_core_web_trf
ports
:
-
800
0:8000
-
800
3:8001
spacy-server-fr
:
build
:
...
...
@@ -13,7 +13,7 @@ services:
args
:
MODEL
:
fr_dep_news_trf
ports
:
-
800
1:8000
-
800
2:8001
# spacy-server-de:
# build:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment