Skip to content

Commit

Permalink
remove wrong parts of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Jan 13, 2024
1 parent d3ea132 commit 599cdfa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions standalone/data/run_file_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local_directory="../../"
container_directory="/home/fenics/shared"
container_name="fenicsx_complex"
executable_path="/usr/local/bin/dolfinx-complex-mode"
python_script="file_name.py"
python_script="playground.py"
local_output_directory="../../../out"
container_output_directory="/home/fenics/out"
tmp_dir="./tmp/"
Expand All @@ -19,9 +19,6 @@ if [ "$RUNNING" == "false" ]; then
docker start $$container_name
fi

# set python root dir
export PYTHONPATH="${PYTHONPATH}:$container_directory"

# Ensure the temporary directory exists and is empty
rm -rf "$tmp_dir"
mkdir -p "$tmp_dir"
Expand Down

0 comments on commit 599cdfa

Please sign in to comment.