Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
perxis
perxis-python
Merge requests
!81
Добавлена возможность установки item'ов
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Добавлена возможность установки item'ов
feature/AUTO-3946
into
master
Overview
19
Commits
8
Pipelines
0
Changes
11
Merged
Podosochnyy Maxim
requested to merge
feature/AUTO-3946
into
master
1 month ago
Overview
19
Commits
8
Pipelines
0
Changes
11
Expand
Closes
AUTO-3946
review
@teplyakov
0
0
Merge request reports
Compare
master
version 7
db7c727f
1 month ago
version 6
dae36cef
1 month ago
version 5
87c65b21
1 month ago
version 4
bf895967
1 month ago
version 3
501d8125
1 month ago
version 2
212d467c
1 month ago
version 1
ad6435e8
1 month ago
master (base)
and
latest version
latest version
7bd0b6ea
8 commits,
1 month ago
version 7
db7c727f
7 commits,
1 month ago
version 6
dae36cef
6 commits,
1 month ago
version 5
87c65b21
5 commits,
1 month ago
version 4
bf895967
4 commits,
1 month ago
version 3
501d8125
3 commits,
1 month ago
version 2
212d467c
2 commits,
1 month ago
version 1
ad6435e8
1 commit,
1 month ago
11 files
+
705
−
22
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
examples/extension_service/Dockerfile
+
1
−
1
Options
@@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL}
@@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL}
ENV
PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL
ENV
PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL
COPY
. /home/${USER}/app
COPY
. /home/${USER}/app
RUN
pip
install
perxis
==
1.
3
.0
RUN
pip
install
perxis
==
1.
10
.0
ENV
PYTHONPATH="/home/perx/app"
ENV
PYTHONPATH="/home/perx/app"
ENV
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
ENV
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
Loading