File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -294,20 +294,6 @@ To build the Docker image for the frontend Streamlit application, run the follow
294
294
docker build -t llm-tinyllama-frontend:latest frontend
295
295
` ` `
296
296
297
- # ### Accessing the Services
298
-
299
- - To access the frontend in Docker, go to:
300
-
301
- ` ` ` bash
302
- http://localhost:8501
303
- ` ` `
304
- - To access the backend in Docker, go to:
305
-
306
- ` ` ` bash
307
- http://localhost:8000/docs
308
- ` ` `
309
- ** Note** : You can wait a few minutes for the bakcend load the TinyLlama model and be ready to receive requests.
310
-
311
297
# ## Running the Docker Image Locally
312
298
313
299
To run the Docker image for the backend FastAPI application, run the following command:
@@ -330,6 +316,20 @@ docker stop <container_id>
330
316
331
317
Replace ` < container_id> ` with the actual container ID of the running container.
332
318
319
+ # ### Accessing the Services
320
+
321
+ - To access the frontend in Docker, go to:
322
+
323
+ ` ` ` bash
324
+ http://localhost:8501
325
+ ` ` `
326
+ - To access the backend in Docker, go to:
327
+
328
+ ` ` ` bash
329
+ http://localhost:8000/docs
330
+ ` ` `
331
+ ** Note** : You can wait a few minutes for the bakcend load the TinyLlama model and be ready to receive requests.
332
+
333
333
# ## Deployment with Docker Compose
334
334
335
335
# ### Pre-requisites
You can’t perform that action at this time.
0 commit comments