Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests/circleci #17

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
comment out the installation of current package
zhao-cy committed Aug 4, 2022
commit fc435ed7fe0f308ab71ff86517b259e1c98ef7f7
Binary file added fsub_extractor/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file added fsub_extractor/__pycache__/main.cpython-39.pyc
Binary file not shown.
19 changes: 10 additions & 9 deletions prep_circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -38,12 +38,13 @@ RUN conda install -c conda-forge fury
## Install antspy:
# RUN pip install antspyx # is this correct ????????????

## Install the current python pacakge - this is not needed for Dockerfile for CIRCLECI !!!!!
RUN apt-get update && apt-get install -y --no-install-recommends \
git

RUN git clone https://github.com/smeisler/fsub_extractor.git
WORKDIR fsub_extractor
#RUN git checkout ${commitSHA_confixel}
RUN pip install .
WORKDIR /
# ## Install the current python pacakge - this is not needed for Dockerfile for CIRCLECI !!!!!
# RUN apt-get update && apt-get install -y --no-install-recommends \
# git

# RUN git clone https://github.com/smeisler/fsub_extractor.git
# WORKDIR fsub_extractor
# #RUN git checkout ${commitSHA_confixel}
# RUN pip install .
# # NOTE: there is something wrong in this installation: `extractor` wasn't installed successfully....
# WORKDIR /