Skip to content

Commit f0cf951

Browse files
author
Juan Puerto
committed
chore: remove unused flags
1 parent 0ad4c02 commit f0cf951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user_workspaces_server/templates/script_templates/appyter_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ EOL
7272
# Launch the Apptainer Appyter container
7373
set -x
7474
75-
apptainer run --writable-tmpfs --env APPYTER_DATA_DIR={{ workspace_full_path }} --env APPYTER_PORT=${PORT} --env APPYTER_CWD=/app --env APPYTER_DEBUG=True {{ sif_file_path }}
75+
apptainer run --writable-tmpfs --env APPYTER_DATA_DIR={{ workspace_full_path }} --env APPYTER_PORT=${PORT} {{ sif_file_path }}

0 commit comments

Comments
 (0)