Skip to content

Commit

Permalink
Update Stan to 2.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Dec 10, 2024
1 parent 9057bf3 commit edb9dc5
Show file tree
Hide file tree
Showing 2 changed files with 13,873 additions and 13,189 deletions.
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.

0 comments on commit edb9dc5

Please sign in to comment.