File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget git gcc
6
6
RUN mkdir -p /app /app/tails /app/models /data /data/logs /_tmp
7
7
8
8
# install miniconda
9
- RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest -Linux-x86_64.sh -O miniconda.sh && \
9
+ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py38_4.9.2 -Linux-x86_64.sh -O miniconda.sh && \
10
10
mkdir -p /opt && \
11
11
sh miniconda.sh -b -p /opt/conda && \
12
12
rm miniconda.sh && \
@@ -28,7 +28,7 @@ WORKDIR /app
28
28
# install service requirements, swarp, and tails; generate supervisord conf file
29
29
RUN /opt/conda/bin/conda install -c conda-forge astromatic-swarp && \
30
30
ln -s /opt/conda/bin/swarp /bin/swarp && \
31
- /opt/conda/bin/pip install -U pip && \
31
+ /opt/conda/bin/pip install -U pip cython && \
32
32
/opt/conda/bin/python setup.py install && \
33
33
/opt/conda/bin/pip install -r requirements.txt --no-cache-dir && \
34
34
/opt/conda/bin/python generate_supervisor_conf.py
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ def run_git(cmd):
156
156
"beautifulsoup4>=4.9.0" ,
157
157
"cycler>=0.10.0" ,
158
158
"cmasher>=1.5.1" ,
159
- "efficientnet>= 1.1.0 " ,
159
+ "efficientnet== 1.1.1 " ,
160
160
"gsutil>=4.57" ,
161
161
"matplotlib>=3.1.3" ,
162
162
"numpy==1.19.2" ,
@@ -168,7 +168,7 @@ def run_git(cmd):
168
168
"reproject>=0.7" ,
169
169
"requests>=2.23.0" ,
170
170
"requests_html>=0.10.0" ,
171
- "tensorflow>=2.2.0 " ,
171
+ "tensorflow==2.5.1 " ,
172
172
"tqdm>=4.46.0" ,
173
173
],
174
174
author = AUTHOR ,
You can’t perform that action at this time.
0 commit comments