Commit Graph

14 Commits

Author SHA1 Message Date
George
a3396b6c87
Updated ffi, changed base docker image, added observer and ostruct (#2931)
Signed-off-by: George Araujo <george.gcac@gmail.com>
2024-12-30 22:12:54 -03:00
George
4184a06a42
Added commented code about docker permissions, organized Dockerfile (#2801)
I am currently testing out docker in a remote lab environment where
docker was configured in a way that it can't run as root, causing some
permission issues. The solution I could find was to add these changes
(commented by default) to these files and fill the specifics so it could
run as it was your user running the code.

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-10-23 11:35:04 -03:00
Kartikey Agrawal
613be397bf
Fix docker compose issue (#2799)
Fixed the `docker compose` issue, when trying to run the repository,
locally.

#2795 

<hr>

<h3>To test these out: </h3>

Run:
`docker compose pull`
`docker compose build`
`docker compose up`

---------

Co-authored-by: Amir Pourmand <pourmand1376@gmail.com>
2024-10-23 14:00:08 +03:30
Yulian Manchev
7639ee82a8
update dockerfile to render jupyter notebook equations (#2758)
Hello,

This pr should address the issue where the equations in jupter notebooks
were not being rendered correctly in issue
https://github.com/alshedivat/al-folio/issues/2757 .
2024-10-15 22:54:49 -03:00
Davide Carnemolla
134dc884ae
Fix docker image building (#2400)
This PR should fix the issues reported in
https://github.com/alshedivat/al-folio/issues/2384 ,
https://github.com/alshedivat/al-folio/issues/2392 and
https://github.com/alshedivat/al-folio/issues/2395.
It seems that the ruby docker image is not affected by these problems.
2024-05-09 11:41:17 -03:00
Amir Pourmand
f88dd70474
Add Gemfile.lock (#2390) 2024-05-06 13:27:41 +03:30
Amir Pourmand
8e6f5daafe
Update Dockerfile 2023-10-07 13:00:59 +03:30
Amir Pourmand
c0bc95c5d9
Add Reload to Docker (Automatic Reload of Changes to _config.yaml) (#1702)
- #1640
2023-10-07 10:03:58 +03:30
Amir Pourmand
67c325101c
Fix Docker Problem (#1785) 2023-10-02 12:57:02 +03:30
Amir Pourmand
b838eff2b1
Optimize Dockerfile (#1700) 2023-10-02 10:48:42 +03:30
Amir Pourmand
4504d963d9
Update Dockerfile (#1581) 2023-07-18 16:40:24 +03:30
George
ab2f72baaa
Added support for jupyter notebooks #417 (#1511)
Implemented #417.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
Co-authored-by: Amir Pourmand <pourmand1376@gmail.com>
2023-07-05 12:43:59 -03:00
Amir Pourmand
e7b83a736e
Fix Docker Problem (#1074) 2023-01-08 10:35:00 -05:00
Amir Pourmand
0e9d3a44f9
Add Dockerfile for easy installation on local machine (#532) 2022-07-10 00:19:05 -04:00