From ffe314538e0b3dd3d430f14c186451a1868781f7 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Wed, 21 Aug 2024 09:01:38 -0400 Subject: [PATCH] Install latest ATC repo --- backend/Dockerfile.pe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile.pe b/backend/Dockerfile.pe index b88724cb..3877e860 100644 --- a/backend/Dockerfile.pe +++ b/backend/Dockerfile.pe @@ -28,7 +28,7 @@ RUN ./aws/install # Sync the latest from cf-staging branch RUN git clone -b crossfeed-SQS https://github.com/cisagov/ATC-Framework.git && \ cd ATC-Framework && \ - git checkout 6b5a8753ad5bcdb4426b5ba24ceffd77f901c228 && \ + git checkout 11bf7c9ff0de76cf578ed9b0b36c80fc32d75361 && \ pip install . RUN python -m spacy download en_core_web_lg