Gosse Minnema
commited on
Commit
·
454a579
1
Parent(s):
b181317
Remove unncessary .git folder from data repo
Browse files- docker_commands.sh +1 -0
docker_commands.sh
CHANGED
@@ -3,5 +3,6 @@
|
|
3 |
# cd ..
|
4 |
git clone https://gossminn:[email protected]/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata
|
5 |
mv -v /.cache/sfdata/* /app/
|
|
|
6 |
|
7 |
python -m sociofillmore.webapp.app 0.0.0.0 server
|
|
|
3 |
# cd ..
|
4 |
git clone https://gossminn:[email protected]/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata
|
5 |
mv -v /.cache/sfdata/* /app/
|
6 |
+
rm -rf /.cache/sfdata/
|
7 |
|
8 |
python -m sociofillmore.webapp.app 0.0.0.0 server
|