File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1919 "PYTEST_RAISE" : " 1" ,
2020 },
2121 },
22- {
23- "name" : " Python Debugger: Virtac" ,
24- "type" : " debugpy" ,
25- "request" : " launch" ,
26- "program" : " /venv/bin/virtac" ,
27- "console" : " integratedTerminal" ,
28- "env" : {
29- "EPICS_CA_SERVER_PORT" : " 7064" ,
30- "EPICS_CA_REPEATER_PORT" : " 7065" ,
31- },
32- },
3322 ]
3423}
Original file line number Diff line number Diff line change @@ -8,16 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88 graphviz \
99 && rm -rf /var/lib/apt/lists/*
1010
11- WORKDIR /virtac
12- COPY . /virtac/
13-
1411# Set up a virtual environment and put it in PATH
1512RUN python -m venv /venv
1613ENV PATH=/venv/bin:$PATH
1714RUN pip install .
18-
19- ENV EPICS_CA_SERVER_PORT=8064
20- ENV EPICS_CA_REPEATER_PORT=8065
21-
22- ENTRYPOINT [ "virtac" ]
23- CMD ["-v" ]
You can’t perform that action at this time.
0 commit comments