From 908872bf577cbf52bbb41fd457be65def078f569 Mon Sep 17 00:00:00 2001 From: Shashank Rajput Date: Fri, 12 Jan 2024 10:17:57 -0800 Subject: [PATCH] .. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e556227a0a..7d3acd7b2c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -297,7 +297,7 @@ RUN if [ -n "$CUDA_VERSION" ] ; then \ git clone --branch v2.4.2 https://github.com/Dao-AILab/flash-attention.git && \ cd flash-attention && \ MAX_JOBS=1 python${PYTHON_VERSION} setup.py install && \ - cd ..; \ + cd .. ; \ fi ###############