Skip to content

Commit

Permalink
Remove pip uninstall diracx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 28, 2023
1 parent c36e830 commit 0b575d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diracx/templates/diracx-container-entrypoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ data:
ulimit -n 8192
eval "$(micromamba shell hook --shell=posix)" && micromamba activate base
pip uninstall diracx -y
{{ if .Values.diracx.pythonModulesToInstall }}
pip install{{ if .Values.developer.offline }} --no-build-isolation{{ end }} {{- range $moduleSpec := .Values.diracx.pythonModulesToInstall }} {{ $moduleSpec }} {{- end }}
{{- end }}
Expand Down

0 comments on commit 0b575d3

Please sign in to comment.