Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 1, 2024
1 parent 3b7b5b8 commit 311a61a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ docker run -d \
-p 5000:5001 \
-p 8888:8888 \
-p 2999:2999 \
-e JUPYTER_PASSWORD=Jup1t3R! \
-e VENV_PATH="/workspace/venvs/text-generation-webui" \
ashleykza/oobabooga:latest
```

You can obviously substitute the image name and tag with your own.

### Ports
## Ports

| Connect Port | Internal Port | Description |
|--------------|---------------|------------------------|
Expand All @@ -66,12 +66,12 @@ You can obviously substitute the image name and tag with your own.
| 8888 | 8888 | Jupyter Lab |
| 2999 | 2999 | RunPod File Uploader |

### Environment Variables
## Environment Variables

| Variable | Description | Default |
|--------------------|---------------------------------------------|-----------|
| JUPYTER_PASSWORD | Password for Jupyter Lab | Jup1t3R! |
| DISABLE_AUTOLAUNCH | Disable Web UI from launching automatically | (not set) |
| Variable | Description | Default |
|--------------------|----------------------------------------------|----------------------------------------|
| VENV_PATH | Set the path for the Python venv for the app | /workspace/venvs/text-generation-webui |
| DISABLE_AUTOLAUNCH | Disable Web UI from launching automatically | (not set) |

## Logs

Expand Down

0 comments on commit 311a61a

Please sign in to comment.