Skip to content

Commit

Permalink
setup.py fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrick-keh-tri committed Dec 12, 2023
1 parent acec8b3 commit a9f9d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions sagemaker_train/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
setup.py
.setup.py
./../setup.py
../setup.py
1 change: 1 addition & 0 deletions sagemaker_train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ENV SAGEMAKER_SUBMIT_DIRECTORY /opt/ml/code

# /opt/ml and all subdirectories are utilized by SageMaker, use the /code subdirectory to store your user code.
COPY . /opt/ml/code/
RUN rm /opt/ml/code/setup.py

RUN pip install -r /opt/ml/code/requirements.txt
RUN pip uninstall flash-attn -y
Expand Down

0 comments on commit a9f9d5c

Please sign in to comment.