Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
controller
Commits
68a67051
Commit
68a67051
authored
2 years ago
by
Carlos Natalino Da Silva
Browse files
Options
Downloads
Patches
Plain Diff
Removing command that was giving error in the CI/CD pipeline.
parent
d9ea0308
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!97
Optical cybersecurity scenario
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dbscanserving/Dockerfile
+0
-1
0 additions, 1 deletion
src/dbscanserving/Dockerfile
with
0 additions
and
1 deletion
src/dbscanserving/Dockerfile
+
0
−
1
View file @
68a67051
...
...
@@ -59,7 +59,6 @@ RUN rm -rf proto
# Create proto sub-folder, copy .proto files, and generate Python code
WORKDIR
/home/teraflow/controller/common/proto
RUN
touch
__init__.py
COPY
--chown=teraflow:teraflow proto/*.proto ./
RUN
python3
-m
grpc_tools.protoc
-I
=
.
--python_out
=
.
--grpc_python_out
=
.
*
.proto
RUN
rm
*
.proto
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment