Gosse Minnema
commited on
Commit
·
5e91fd3
1
Parent(s):
448aabd
fix wrong sf-data file path
Browse files- docker_commands.sh +1 -1
docker_commands.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
git clone --depth=1 --branch=main https://gossminn:[email protected]/datasets/responsibility-framing/sociofillmore-datasets /.sf-data-cache/
|
2 |
rm -rfv /.sf-data-cache/.git/
|
3 |
-
mv -v /.
|
4 |
|
5 |
cd spanfinder/
|
6 |
python -m sociolome.lome_webserver &
|
|
|
1 |
git clone --depth=1 --branch=main https://gossminn:[email protected]/datasets/responsibility-framing/sociofillmore-datasets /.sf-data-cache/
|
2 |
rm -rfv /.sf-data-cache/.git/
|
3 |
+
mv -v /.sf-data-cache/* /app/
|
4 |
|
5 |
cd spanfinder/
|
6 |
python -m sociolome.lome_webserver &
|