Skip to content

Commit

Permalink
Bump to 3.1.14 and persist pdcm bg px-find script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Dec 23, 2023
1 parent 5dc08e5 commit 2e6379e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ RUN pip install --upgrade pip
RUN pip install -r /tmp/requirements.txt && rm -v /tmp/requirements.txt
RUN pip install https://github.com/msbrogli/rpudb/archive/master.zip
RUN pip install tzlocal
RUN pip install ipython
COPY ./pfdcm /app

RUN apt update && \
apt-get install -y apt-transport-https && \
apt -y install xinetd && \
apt -y install dcmtk && \
apt -y install ssh iputils-ping && \
apt -y install vim telnet netcat-traditional procps binutils

COPY xinetd_default /etc/default/xinetd
Expand Down
2 changes: 1 addition & 1 deletion pfdcm/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.12
3.1.14
2 changes: 1 addition & 1 deletion pfdcm/controllers/jobController.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def execstr_build(input:Path) -> str:
stderr = subprocess.PIPE,
close_fds = True
)
self.transmissionCmd.unlink()
#self.transmissionCmd.unlink()
d_ret['uid'] = str(os.getuid())
d_ret['cmd'] = str_cmd
d_ret['cwd'] = os.getcwd()
Expand Down

0 comments on commit 2e6379e

Please sign in to comment.