Skip to content

Commit

Permalink
Merge pull request #190 from editor-syntax/main
Browse files Browse the repository at this point in the history
feat: Singularity Docker added
  • Loading branch information
xtekky authored Apr 27, 2023
2 parents de2a29b + 9f1a159 commit 1829e53
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Singularity/gpt4free.sif
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Bootstrap: docker
From: python:3.10-slim

%post
apt-get update && apt-get install -y git
git clone https://github.com/xtekky/gpt4free.git
cd gpt4free
pip install --no-cache-dir -r requirements.txt
cp gui/streamlit_app.py .

%expose
8501

%startscript
exec streamlit run streamlit_app.py

0 comments on commit 1829e53

Please sign in to comment.