mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-12-03 07:00:13 +01:00
12 lines
339 B
Bash
12 lines
339 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# please use the "./readme-testdata.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
|