File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363# ################# IN PROGRESS: POSTGRES ##################
6464
6565up-dev :
66- docker-compose up -f $(DEV_DOCKER_COMPOSE ) --build
66+ docker-compose -f $(DEV_DOCKER_COMPOSE ) up --build
6767
6868up-prod :
6969 docker-compose up --build
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ RUN set -ex ;\
2222 openblas-dev@community \
2323 expat@community;
2424
25- # https://gist.github.com/orenitamar/f29fb15db3b0d13178c1c4dd611adce2
26- RUN apk add --update-cache gcc gfortran python python-dev py-pip wget freetype-dev libpng-dev expat postgresql-dev musl-dev
27-
2825# Install pip packages to:
2926# 1) deal with order dependencies
3027# 2) save us a ton of time for future requirements.txt modifications
@@ -33,3 +30,6 @@ RUN pip3 install numpy scipy gensim
3330RUN pip3 install Cython
3431RUN pip3 install scikit-learn
3532RUN pip3 install pandas
33+
34+ # https://gist.github.com/orenitamar/f29fb15db3b0d13178c1c4dd611adce2
35+ RUN apk add --update-cache bash gcc gfortran python python-dev py-pip wget freetype-dev libpng-dev expat postgresql-dev musl-dev
You can’t perform that action at this time.
0 commit comments