Skip to content

Commit

Permalink
end of file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Feb 15, 2024
1 parent 69b1dd6 commit dd1dab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ ENV CUDA_VISIBLE_DEVICES="0" # see https://docs.docker.com/config/containers/res

COPY ./mlcubes/data_preparation/project /project

ENTRYPOINT ["python", "/project/mlcube.py"]
ENTRYPOINT ["python", "/project/mlcube.py"]
2 changes: 1 addition & 1 deletion src/applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,4 @@ SET( CAPTK_APP_LIST ${CAPTK_APP_LIST} CACHE STRING "Available Code-level Applica
SET( APPLICATION_SOURCES "${SOURCES}" CACHE STRING "Code-level Application sources" FORCE)
SET( APPLICATION_INCLUDES "${INCLUDES}" CACHE STRING "Code-level Application dependency folders" FORCE)
SET( APPLICATION_DEPENDS "${DEPENDENCIES}" CACHE STRING "Code-level Application dependencies" FORCE)
SET( CAPTK_MACOSX_BUNDLE_FILES_INSTALL_TARGETS "${CAPTK_MACOSX_BUNDLE_FILES}" CACHE STRING "macOS specific stuff" FORCE)
SET( CAPTK_MACOSX_BUNDLE_FILES_INSTALL_TARGETS "${CAPTK_MACOSX_BUNDLE_FILES}" CACHE STRING "macOS specific stuff" FORCE)

0 comments on commit dd1dab9

Please sign in to comment.