Skip to content

Commit

Permalink
No -e
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Nov 3, 2022
1 parent 37cd9fb commit fed8fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions neuroscout/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ WORKDIR /usr/src/app/neuroscout

RUN apt-get -qq update
RUN apt-get install -yq ffmpeg tesseract-ocr apt-transport-https libnss3 xvfb
RUN pip install -e git+https://github.com/PsychoinformaticsLab/pliers.git#egg=pliers
RUN pip install clarifai duecredit google-api-python-client librosa>=0.6.3 pysrt pytesseract spacy rev_ai
RUN pip install pliers clarifai duecredit google-api-python-client librosa>=0.6.3 pysrt pytesseract spacy rev_ai

RUN wget -O- http://neuro.debian.net/lists/bullseye.us-tn.libre | tee /etc/apt/sources.list.d/neurodebian.sources.list
RUN apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
Expand Down
2 changes: 1 addition & 1 deletion neuroscout/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dataclasses==0.6
decorator==4.0.11
docopt==0.6.2
duecredit==0.6.1
-e git+https://github.com/adelavega/pybids@0.13.1-patch#egg=pybids
git+https://github.com/adelavega/pybids@0.13.1-patch#egg=pybids
pynv==0.2
Flask==1.1.4
flask-apispec==0.10.0
Expand Down

0 comments on commit fed8fde

Please sign in to comment.