mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-23 03:10:12 +01:00
12 lines
No EOL
344 B
Bash
Executable file
12 lines
No EOL
344 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# please use the "./README-SHARED_MODELS.txt" before you extract these TARs!!!
|
|
|
|
# Testcase #1
|
|
tar -xzf /app/tests/testdata_shared_models_link.tar.gz /workspace
|
|
|
|
# Testcase #2
|
|
tar -xzf /app/tests/testdata_stable-diffusion-webui_pull.tar.gz /workspace
|
|
|
|
# Testcase #3
|
|
tar -xzf /app/tests/testdata_installed_apps_pull.tar.gz /workspace |