Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asdcc
/
aSAsAS
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asdcc
commited on
Mar 31, 2024
Commit
d560d35
·
verified
·
1 Parent(s):
4be57cc
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
git clone https://github.com/facebookresearch/ParlAI.git ~/ParlAI
2
+
cd ~/ParlAI
3
+
python3.8 -m venv venv
4
+
venv/bin/pip install --upgrade pip setuptools wheel
5
+
venv/bin/python setup.py develop