Skip to content

Commit

Permalink
RF: Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deka27 committed Aug 14, 2024
1 parent 411a123 commit 5304acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions posts/2024/2024_07_29_kaustav_week_9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ While the documentation gave me a good start, much of my learning came through t

I also explored some video tutorials on YouTube.

1. https://www.youtube.com/watch?v=pTFZFxd4hOI&t=551s
2. https://www.youtube.com/watch?v=GFgJkfScVNU&t=1432s
1. `Docker Tutorial for Beginners <https://www.youtube.com/watch?v=pTFZFxd4hOI&t=551s>`_
2. `Learn Docker in 1 Hour | Full Docker Course for Beginners <https://www.youtube.com/watch?v=GFgJkfScVNU&t=1432s>`_

For reference, I was pointed to look at the pyAFQ docker as well. (https://github.com/yeatmanlab/pyAFQ)

Expand Down
6 changes: 3 additions & 3 deletions posts/2024/2024_08_12_kaustav_week_11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Hello everyone! Week 11 has been another week of progress, although it came with
Creating a Docker Image for DIPY
--------------------------------

This week, I focused on creating a Docker image for DIPY. However, I ran into some issues related to the `fury` and `vtk` packages due to version incompatibilities. These packages are crucial for the visualization components of DIPY, and ensuring they work correctly within the Docker environment has been a bit tricky.
This week, I focused on creating a Docker image for DIPY. However, I ran into some issues related to the `FURY` and `VTK` packages due to version incompatibilities. These packages are crucial for the visualization components of DIPY, and ensuring they work correctly within the Docker environment has been a bit tricky.

The version conflicts have caused some build failures, and I’ve been troubleshooting the issue by testing different configurations and dependencies. While I haven’t completely resolved the issue yet, I’m hopeful that I can find a solution soon. I’ll continue to work on this in the coming days, as getting this Docker image ready is important for our continuous integration processes.

.. image:: /_static/images/gsoc/2024/kaustav/docker_issue_fury.png
:alt: Docker Fury VTK issue
:alt: Docker FURY VTK issue
:width: 800

Tutorial Fixes PR Update
Expand All @@ -38,7 +38,7 @@ Next Week

Looking ahead to next week, my priorities will be:

1. **Fixing the Docker Image Issues**: I’ll continue troubleshooting the `fury` and `vtk` package issues within the Docker environment, aiming to get a working Docker image for DIPY.
1. **Fixing the Docker Image Issues**: I’ll continue troubleshooting the `FURY` and `VTK` package issues within the Docker environment, aiming to get a working Docker image for DIPY.

2. **Completing the Tutorial Fixes**: I plan to finish the remaining 40% of the tutorial updates, ensuring that the PR is ready for review and merging.

Expand Down

0 comments on commit 5304acc

Please sign in to comment.