Skip to content

Commit

Permalink
Add openai tool
Browse files Browse the repository at this point in the history
  • Loading branch information
evananyonga authored and reingart committed Apr 26, 2023
1 parent f744a28 commit da4def2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ COPY ./requirements.txt /var/www/

RUN pip install -r requirements.txt

RUN pip install openai

COPY . /var/www/

RUN runestone build
Expand Down

0 comments on commit da4def2

Please sign in to comment.