Fetching metadata from the HF Docker repository...
ar08
commited on
|
@@ -1,8 +1,7 @@
|
1
|
import subprocess
|
2
|
import os
|
3
|
|
4
|
-
# Go one directory up
|
5
|
-
os.chdir("..")
|
6
|
|
7
|
# Prepare the command
|
8
|
command = [
|
|
|
1
|
import subprocess
|
2
|
import os
|
3
|
|
4
|
+
|
|
|
5
|
|
6
|
# Prepare the command
|
7
|
command = [
|