Use this image to run MultiNest modeling on a local CSV file and output a JSON file of results.
docker pull vzgo666/tenor:latest
To run the container in local mode:
docker run --rm \
-e MODE=local \
-e DATA_FILE="/app/data/data.csv" \
-e Z_VALUE=0.5 \
-e EBL=true \
-e MODEL_TYPE=SSC \
--cpuset-cpus="0,1" \
-v "$(pwd)/data:/app/data" \
vzgo666/tenor:latest
true/false).SSC by default, or EIC)../data folder to /app/data in the container.The script will generate a JSON output file with the same base name as the CSV file (e.g., data.json if the CSV is data.csv).
Content type
Image
Digest
sha256:46f18480f…
Size
1.4 GB
Last updated
11 months ago
docker pull vzgo666/tenor