Skip to content

Commit

Permalink
docs: adding some info for getting multiple compose running (#3584)
Browse files Browse the repository at this point in the history
* docs: adding some info for getting multiple compose running

* chore: adding changelog file 3584.documentation.md [dependabot-skip]

* chore: update requirements in devcontainers

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Nov 28, 2024
1 parent 9d5b8ea commit 4243345
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 47 deletions.
20 changes: 11 additions & 9 deletions .devcontainer/codespaces-dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
ansys-dpf-core==0.10.1
ansys-tools-visualization-interface==0.2.6
ansys-tools-visualization-interface==0.5.0
autopep8==2.3.1
matplotlib==3.9.0
pandas==2.2.2
pyansys-tools-report==0.7.3
matplotlib==3.9.2
pandas==2.2.3
pyansys-tools-report==0.8.1
pyfakefs==5.7.1
pyiges[full]==0.3.1
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-memprof<0.3.0
pytest-pyvista==0.1.9
pytest-rerunfailures==14.0
pytest==8.2.2
scipy==1.14.0
vtk==9.3.0
pytest-random-order==1.1.1
pytest-rerunfailures==15.0
pytest==8.3.3
scipy==1.14.1
vtk==9.3.1
31 changes: 16 additions & 15 deletions .devcontainer/codespaces-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
ansys-dpf-core==0.10.1
ansys-mapdl-reader==0.53.0
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==0.16.6
ansys-tools-visualization-interface==0.2.6
grpcio==1.64.1
ansys-tools-visualization-interface==0.5.0
grpcio==1.68.0
imageio-ffmpeg==0.5.1
imageio==2.34.2
imageio==2.36.0
jupyter_sphinx==0.5.3
jupyterlab>=3.2.8
matplotlib==3.9.0
numpydoc==1.7.0
pandas==2.2.2
plotly==5.22.0
matplotlib==3.9.2
numpydoc==1.8.0
pandas==2.2.3
plotly==5.24.1
pyiges[full]==0.3.1
pypandoc==1.13
pypandoc==1.14
pytest-sphinx==0.6.3
pythreejs==2.4.2
sphinx-autobuild==2024.4.16
sphinx-autobuild==2024.10.3
sphinx-autodoc-typehints==1.25.2
sphinx-copybutton==0.5.2
sphinx-design==0.6.1
sphinx-gallery==0.16.0
sphinx-notfound-page==1.0.2
sphinx-gallery==0.18.0
sphinx-jinja==2.0.2
sphinx-notfound-page==1.0.4
sphinx-reredirects==0.1.4
sphinx==7.3.7
sphinxcontrib-websupport==1.2.7
sphinx==8.1.3
sphinxcontrib-websupport==2.0.0
sphinxemoji==0.3.1
vtk==9.3.0
vtk==9.3.1
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer-local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Setting codespaces/development container
version: '3.3'
name: "PyMAPDL-Development" # this needs to be updated/unique if you want to have multiple containers
services:
pymapdldev:
restart: always
shm_size: '2gb' # Increase the shared memory directory
# to avoid running issues. By Default this is very small (64MB)
container_name: PyMAPDL-Development
shm_size: '2gb' # Increase the shared memory directory to avoid running issues. By Default this is very small (64MB)
container_name: "PyMAPDL-Development" # this needs to be updated/unique if you want to have multiple containers
mem_reservation: 8g
image: 'ghcr.io/ansys/mapdl:v24.1-ubuntu-student'
build:
Expand Down
43 changes: 23 additions & 20 deletions .devcontainer/devcontainer-local/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
ansys-dpf-core==0.10.1
ansys-mapdl-reader==0.53.0
ansys-sphinx-theme==0.16.6
ansys-tools-visualization-interface==0.2.6
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==1.2.2
ansys-tools-visualization-interface==0.5.0
autopep8==2.3.1
grpcio==1.64.1
grpcio==1.68.0
imageio-ffmpeg==0.5.1
imageio==2.34.2
imageio==2.36.0
jupyter_sphinx==0.5.3
jupyterlab>=3.2.8
matplotlib==3.9.0
numpydoc==1.7.0
pandas==2.2.2
plotly==5.22.0
pyansys-tools-report==0.7.3
matplotlib==3.9.2
numpydoc==1.8.0
pandas==2.2.3
plotly==5.24.1
pyansys-tools-report==0.8.1
pyfakefs==5.7.1
pyiges[full]==0.3.1
pypandoc==1.13
pytest-cov==5.0.0
pypandoc==1.14
pytest-cov==6.0.0
pytest-memprof<0.3.0
pytest-pyvista==0.1.9
pytest-rerunfailures==14.0
pytest-random-order==1.1.1
pytest-rerunfailures==15.0
pytest-sphinx==0.6.3
pytest==8.2.2
pytest==8.3.3
pythreejs==2.4.2
scipy==1.14.0
sphinx-autobuild==2024.4.16
scipy==1.14.1
sphinx-autobuild==2024.10.3
sphinx-autodoc-typehints==1.25.2
sphinx-copybutton==0.5.2
sphinx-design==0.6.1
sphinx-gallery==0.16.0
sphinx-notfound-page==1.0.2
sphinx-gallery==0.18.0
sphinx-jinja==2.0.2
sphinx-notfound-page==1.0.4
sphinx-reredirects==0.1.4
sphinx==7.3.7
sphinxcontrib-websupport==1.2.7
sphinx==8.1.3
sphinxcontrib-websupport==2.0.0
sphinxemoji==0.3.1
1 change: 1 addition & 0 deletions doc/changelog.d/3584.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs: adding some info for getting multiple compose running

0 comments on commit 4243345

Please sign in to comment.