Skip to content

Commit

Permalink
Fixed bug in deployment port
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbroxMr authored Jun 10, 2024
1 parent 8568b7f commit a534ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN pip install -r requirements.txt
# Port for GRPC
EXPOSE 5000
# Port for REST
EXPOSE <S3-PORT>
EXPOSE 9000

# Fixed value for required mlflow and seldon environment variables (don't modify)
ENV MODEL_NAME="LandcoverSeldonWrapper"
Expand Down

0 comments on commit a534ab4

Please sign in to comment.