File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313 curl \
1414 ssh \
1515 mesa-utils \
16+ bash \
1617 && rm -rf /var/lib/apt/lists/* && apt-get clean
1718
1819# Create symbolic links for python
@@ -63,7 +64,7 @@ RUN pip install --no-cache-dir ruff
6364# Create a temporary directory for installation with proper permissions
6465WORKDIR /tmp/install
6566
66- # Copy pyproject.toml with correct ownership
67+ # Copy project with correct ownership
6768COPY --chown=$USERNAME:$USERNAME . .
6869
6970# Install dependencies as non-root user
Original file line number Diff line number Diff line change 1919 " ms-toolsai.jupyter-keymap"
2020 ],
2121 "settings" : {
22+ "terminal.integrated.shell.linux" : " /bin/bash" ,
2223 "python.defaultInterpreterPath" : " /home/vscode/venv/bin/python" ,
2324 "jupyter.kernels.excludePythonEnvironments" : [
2425 " /usr/bin/python" ,
Original file line number Diff line number Diff line change 1919 " ms-toolsai.jupyter-keymap"
2020 ],
2121 "settings" : {
22+ "terminal.integrated.shell.linux" : " /bin/bash" ,
2223 "python.defaultInterpreterPath" : " /home/vscode/venv/bin/python" ,
2324 "jupyter.kernels.excludePythonEnvironments" : [
2425 " /usr/bin/python" ,
You can’t perform that action at this time.
0 commit comments