Skip to content

Commit a9fcf67

Browse files
committed
Correct readme
1 parent 365e1e6 commit a9fcf67

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -294,20 +294,6 @@ To build the Docker image for the frontend Streamlit application, run the follow
294294
docker build -t llm-tinyllama-frontend:latest frontend
295295
```
296296

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-
311297
### Running the Docker Image Locally
312298

313299
To run the Docker image for the backend FastAPI application, run the following command:
@@ -330,6 +316,20 @@ docker stop <container_id>
330316

331317
Replace `<container_id>` with the actual container ID of the running container.
332318

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+
333333
### Deployment with Docker Compose
334334

335335
#### Pre-requisites

0 commit comments

Comments
 (0)