Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stan to 2.36.0 #253

Merged
merged 4 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile
FROM emscripten/emsdk:3.1.59 AS builder
FROM emscripten/emsdk:3.1.73 AS builder

# Set the working directory
WORKDIR /app
Expand All @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
tar

# Clone the oneTBB library and checkout the specific commit
RUN wget https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.13.0.tar.gz && \
RUN wget https://github.com/uxlfoundation/oneTBB/archive/refs/tags/v2021.13.0.tar.gz && \
tar -xvf v2021.13.0.tar.gz && \
mv oneTBB-2021.13.0 oneTBB

Expand All @@ -40,7 +40,7 @@ RUN pip install uvicorn
# Clone the TinyStan repository and checkout a specific commit
RUN git clone https://github.com/WardBrian/tinystan.git && \
cd tinystan && \
git checkout "e1e675ea21873e3365bb0d54a843f4c0f54bf6a8" && \
git checkout "28e4156837260d8e752dfc50c00fbe2409236c11" && \
git submodule update --init --recursive

# Copy the local configuration file for TinyStan
Expand Down
27,056 changes: 13,870 additions & 13,186 deletions gui/src/app/Stanc/stanc.js

Large diffs are not rendered by default.

Loading