Skip to content

Commit

Permalink
runpod_api
Browse files Browse the repository at this point in the history
  • Loading branch information
BeautyyuYanli committed Jul 4, 2024
1 parent f9feef5 commit e2b1b23
Show file tree
Hide file tree
Showing 5 changed files with 1,501 additions and 26 deletions.
3 changes: 2 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN pip install pdm pytorch-lightning==2.0.3 nltk>=3.8.1 && \
pdm sync && \
pdm cache clear && pip cache purge
RUN python -m nltk.downloader averaged_perceptron_tagger && python -m nltk.downloader cmudict
WORKDIR /workspace
COPY scripts/ /
WORKDIR /scripts
Loading

0 comments on commit e2b1b23

Please sign in to comment.