Skip to content

Docker image blueprint of OpenAI CLI (Command line interface) with all the required dependencies installed

Notifications You must be signed in to change notification settings

farsabbutt/openai-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⭐OpenAI CLI Docker

Docker image blueprint of OpenAI CLI (Command line interface) with all the dependencies installed (python, pip etc) that can be used to fine-tune/train a model with custom data sets. OpenAI CLI Fine-Tuning Docs

πŸ’« Getting Started

πŸ“‹ Configure your OpenAI API Key

#.env.local
OPENAI_API_KEY="<YOUR_OPENAI_API_KEY>"

Execute the following commands in the given order:

πŸ”¨ Build

First build the image:

./dev-tools.sh build

πŸš€ Start

Then start the container:

./dev-tools.sh start

🎬 Execute

Then execute commands in the running container:

./dev-tools.sh exec

πŸƒ Run

At this point you can start using openai CLI:

openai

β›” Stop

Finally once finished, you can stop the running container:

./dev-tools.sh stop

About

Docker image blueprint of OpenAI CLI (Command line interface) with all the required dependencies installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published