Skip to content
Snippets Groups Projects
Select Git revision
  • 7bd22b223f62ed1845da838da8abe476f8e0f542
  • main default protected
2 results

README.md

Blame
  • Dockerfile.dynamics_learning 210 B
    FROM nvcr.io/nvidia/tensorflow:24.04-tf2-py3
    
    WORKDIR /app
    
    # COPY . .
    
    # Make entrypoint executeable
    # RUN chmod +x /app/dynamics_learning/entrypoint.sh
    
    # ENTRYPOINT [ "/app/dynamics_learning/entrypoint.sh" ]