Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
LOFAR2.0
tango
Commits
c538b190
Commit
c538b190
authored
3 years ago
by
Thomas Juerges
Browse files
Options
Downloads
Patches
Plain Diff
This fixes the itango autocompletion bug
parent
002648cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!9
This fixes the itango completion bug
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose/itango/Dockerfile
+5
-7
5 additions, 7 deletions
docker-compose/itango/Dockerfile
with
5 additions
and
7 deletions
docker-compose/itango/Dockerfile
+
5
−
7
View file @
c538b190
...
...
@@ -10,12 +10,10 @@ RUN apt-get -y update && \
apt-get
-y
install
apt-file apt-transport-https apt-utils aptitude
&&
\
aptitude
-y
install
htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm
&&
\
aptitude clean
&&
\
aptitude autoclean
RUN
pip3 cache purge
RUN
pip3 uninstall
-y
jedi parso
#RUN pip3 list
RUN
pip3
install
"parso == 0.7.1"
"jedi == 0.17.2"
RUN
pip3 list
#RUN pip3 install "opcua >= 0.98.9" asyncua astropy
aptitude autoclean
&&
\
pip3
install
"opcua >= 0.98.9"
asyncua astropy
&&
\
pip3 uninstall
-y
jedi parso
&&
\
pip3
install
"parso == 0.7.1"
"jedi == 0.17.2"
&&
\
pip3 cache purge
USER
tango
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