Skip to content
Snippets Groups Projects
Commit f0bc27f5 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

change CMD to ENTRYPOINT

parent 1799b97f
No related branches found
No related tags found
No related merge requests found
Pipeline #12618 passed with stage
in 25 minutes and 10 seconds
......@@ -61,4 +61,4 @@ ENV XLA_FLAGS="--xla_gpu_enable_triton_gemm=false"
ENV XLA_PYTHON_CLIENT_PREALLOCATE=true
ENV XLA_CLIENT_MEM_FRACTION=0.95
CMD ["python3", "run_alphafold.py"]
\ No newline at end of file
ENTRYPOINT ["python3", "run_alphafold.py"]
\ No newline at end of file
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