jbloomAus / DecisionTransformerInterpretability

Interpreting how transformers simulate agents performing RL tasks
https://jbloomaus-decisiontransformerinterpretability-app-4edcnc.streamlit.app/
MIT License
67 stars 16 forks source link

Improved dockerfile and added dockerignore to speed up Docker build #84

Closed JayBaileyCS closed 1 year ago

JayBaileyCS commented 1 year ago

Improved Dockerfile build from 21 minutes uncached to 25 seconds cached! Saves a whole bunch of time even uncached since the build context is so much lower. Checked on unit tests which passed just fine, tried adding one and deleting one and the rebuild worked fine.