Skip to content
Snippets Groups Projects

Removed gzip compression.

parent d181e66e
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,4 @@ docker run \
--display 0 \
--render_pose 0 && \
cd /tmp && \
tar -czf /output/$output_name $tmp_name"
tar -cf /output/$output_name $tmp_name"
......@@ -30,4 +30,4 @@ docker run \
--number_people_max 1 \
--hand && \
cd /tmp && \
tar -czf /output/$output_name $tmp_name"
tar -cf /output/$output_name $tmp_name"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment