Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
intern-william@nodeflux-67 committed Jun 26, 2022
1 parent 9e9ae4a commit c7873c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ RUN apt-get update -qq && \
rm -rf /var/cache/apk/*

COPY requirements.txt /
RUN pip --no-cache-dir install -r /requirements.txt
RUN pip --no-cache-dir install fiftyone==0.16.5
RUN pip --no-cache-dir install -r /requirements.txt

WORKDIR /local
COPY app_flask.py app_dash.py config.py utils.py run.sh ./
COPY pages/embedding.py ./pages/

EXPOSE 6000-6003
CMD ./run.sh
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Flask==2.1.2
dash==2.5.1
plotly==5.9.0
fiftyone==0.16.5
ipywidgets==7.7.1
torch==1.11.0
torchvision==0.12.0
umap-learn==0.5.3
ipywidgets==7.7.1
pandas==1.4.3

0 comments on commit c7873c8

Please sign in to comment.