Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dummy-vue-grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vig
provee
dummy-vue-grpc
Merge requests
!22
Docstrings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Docstrings
Docstrings
into
master
Overview
0
Commits
11
Pipelines
6
Changes
16
Merged
Herpt,S. van (Simen)
requested to merge
Docstrings
into
master
3 years ago
Overview
0
Commits
11
Pipelines
6
Changes
16
Expand
Restructuring files Major documentation update (compatible with spynx)
0
0
Merge request reports
Compare
master
version 5
b742ce59
3 years ago
version 4
1a6002e3
3 years ago
version 3
0a79488f
3 years ago
version 2
706c3af0
3 years ago
version 1
07497de8
3 years ago
master (base)
and
latest version
latest version
7158d7b2
11 commits,
3 years ago
version 5
b742ce59
10 commits,
3 years ago
version 4
1a6002e3
9 commits,
3 years ago
version 3
0a79488f
8 commits,
3 years ago
version 2
706c3af0
7 commits,
3 years ago
version 1
07497de8
6 commits,
3 years ago
16 files
+
644
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
LocalProjector/src/KNN/Dockerfile deleted
100644 → 0
+
0
−
8
Options
FROM
python:3.8
WORKDIR
/code
COPY
requirements.txt .
COPY
src ./src
RUN
pip
install
-r
requirements.txt
COPY
/. .
ENV
PYTHONUNBUFFERED=1
CMD
["python3","-u","-m","src.KNN.faissKNN"]
\ No newline at end of file
Loading