Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def changedatashape():
|
|
142 |
def generate_result():
|
143 |
# Define your Java command as a string
|
144 |
#java_command = "java -version"
|
145 |
-
os.system("
|
146 |
# Run the Java command in a subprocess
|
147 |
#jpype.runScript(java_command)
|
148 |
|
|
|
142 |
def generate_result():
|
143 |
# Define your Java command as a string
|
144 |
#java_command = "java -version"
|
145 |
+
os.system("docker build -t my-java-app")
|
146 |
# Run the Java command in a subprocess
|
147 |
#jpype.runScript(java_command)
|
148 |
|